don't create rescue entries by default - grubby will not maintain them anyway

This commit is contained in:
Mads Kiilerich 2011-10-27 17:09:06 +02:00 committed by Peter Jones
parent 16c009c051
commit 12d8378872

View File

@ -4,3 +4,4 @@ GRUB_DEFAULT=saved
# GRUB_TERMINAL="serial console"
# GRUB_SERIAL_COMMAND="serial --unit=0 --speed=9600"
GRUB_CMDLINE_LINUX="quiet rhgb"
GRUB_DISABLE_RECOVERY="true"