grub2/grub.default
Mads Kiilerich 02c5be8a9b 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.
2012-04-26 16:49:58 -04:00

8 lines
247 B
Plaintext

GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
# GRUB_TERMINAL="serial console"
# GRUB_SERIAL_COMMAND="serial --unit=0 --speed=9600"
GRUB_CMDLINE_LINUX="quiet rhgb"
GRUB_DISABLE_RECOVERY="true"