mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 14:32:58 +00:00
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.
This commit is contained in:
parent
3f1bde6f92
commit
02c5be8a9b
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
GRUB_TIMEOUT=5
|
GRUB_TIMEOUT=5
|
||||||
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
|
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
|
||||||
GRUB_DEFAULT=saved
|
GRUB_DEFAULT=saved
|
||||||
GRUB_SAVEDEFAULT=true
|
|
||||||
# GRUB_TERMINAL="serial console"
|
# GRUB_TERMINAL="serial console"
|
||||||
# GRUB_SERIAL_COMMAND="serial --unit=0 --speed=9600"
|
# GRUB_SERIAL_COMMAND="serial --unit=0 --speed=9600"
|
||||||
GRUB_CMDLINE_LINUX="quiet rhgb"
|
GRUB_CMDLINE_LINUX="quiet rhgb"
|
||||||
|
|
Loading…
Reference in a new issue