replace deprecated option with GRUB_TIMEOUT_STYLE

This commit is contained in:
Christian Hesse
2019-03-06 07:55:46 +00:00
parent 80dbedbbc4
commit 15cb771c54
2 changed files with 4 additions and 4 deletions

View File

@ -12,9 +12,9 @@ GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
# Uncomment to enable Hidden Menu, and optionally hide the timeout count
#GRUB_HIDDEN_TIMEOUT=5
#GRUB_HIDDEN_TIMEOUT_QUIET=true
# Set to 'countdown' or 'hidden' to change timeout behavior,
# press ESC key to display menu.
GRUB_TIMEOUT_STYLE=menu
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console