[grub2] drop GRUB_SAVEDEFAULT from default default

Peter Jones pjones at fedoraproject.org
Thu Apr 26 20:50:49 UTC 2012


commit e8c09d17f9c17b8d7acfd7e2052fd593e6010ada
Author: Mads Kiilerich <mads at kiilerich.com>
Date:   Wed Apr 18 20:08:51 2012 +0200

    drop GRUB_SAVEDEFAULT from default default
    
    Most users probably don't want manual boot selections to be sticky - especially
    considering the issues with default after installation of new kernels. This
    feature will also not work on the somewhat supported lvm and btrfs
    configurations.

 grub.default |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/grub.default b/grub.default
index 9ce1bb0..81ff487 100644
--- a/grub.default
+++ b/grub.default
@@ -1,7 +1,6 @@
 GRUB_TIMEOUT=5
 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
 GRUB_DEFAULT=saved
-GRUB_SAVEDEFAULT=true
 # GRUB_TERMINAL="serial console"
 # GRUB_SERIAL_COMMAND="serial --unit=0 --speed=9600"
 GRUB_CMDLINE_LINUX="quiet rhgb"


More information about the scm-commits mailing list