mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 14:32:58 +00:00
7 lines
247 B
Text
7 lines
247 B
Text
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"
|