mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
grub2: Don't delete grub2.cfg.old file we just copied
The original intention here was that we'd keey around a copy of the file so that grub2 could eventually learn how to do atomic updates by checking for a "fully written" marker in the *new* file, and if it didn't exist, falling back to grub2.cfg.old. I haven't yet proposed that upstream, but we might as well stop deleting the file since it's useful as a backup at least. Reported-by: Gatis Paeglis
This commit is contained in:
parent
91a1f91440
commit
3d2322db7a
@ -388,8 +388,6 @@ rm -f ${grub_cfg}.new
|
||||
if (!g_file_copy (self->config_path_efi, config_path_efi_old,
|
||||
G_FILE_COPY_OVERWRITE, cancellable, NULL, NULL, error))
|
||||
goto out;
|
||||
if (!ot_gfile_ensure_unlinked (config_path_efi_old, cancellable, error))
|
||||
goto out;
|
||||
|
||||
/* NOTE: NON-ATOMIC REPLACEMENT; WE can't do anything else on FAT;
|
||||
* see https://bugzilla.gnome.org/show_bug.cgi?id=724246
|
||||
|
Loading…
Reference in New Issue
Block a user