summarylogtreecommitdiffstats
path: root/grub.default
diff options
context:
space:
mode:
Diffstat (limited to 'grub.default')
-rw-r--r--grub.default6
1 files changed, 3 insertions, 3 deletions
diff --git a/grub.default b/grub.default
index a521de425033..1f32906f13f6 100644
--- a/grub.default
+++ b/grub.default
@@ -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