summarylogtreecommitdiffstats
path: root/grub.default
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2019-04-01 16:05:56 -0700
committerLlewelyn Trahaearn2019-04-01 16:05:56 -0700
commitd0e2de860d48a107c5814ee07356c77daee06673 (patch)
treef92ec4699574d2d476d24f36178e3a00f53597d8 /grub.default
parent01d82de24a1be0128d385523f29b8018b976c8d2 (diff)
downloadaur-d0e2de860d48a107c5814ee07356c77daee06673.tar.gz
Update PKGBUILD to accommodate changes in upstream commit 35b909062e7b334eb4af372be3260d0f62d85375
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