diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2019-08-12 21:24:02 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2019-08-12 21:24:02 -0500 |
commit | cde9927bd1b43591a7dffa9fbabd3749c0075ae2 (patch) | |
tree | 15052c95abeff2f5fc5802038cab2fbb5cf82cc6 /libre/grub/grub.default | |
parent | f46b6b151ea041e4d864add566a164fb1639bcef (diff) | |
download | abslibre-cde9927bd1b43591a7dffa9fbabd3749c0075ae2.tar.gz abslibre-cde9927bd1b43591a7dffa9fbabd3749c0075ae2.tar.bz2 abslibre-cde9927bd1b43591a7dffa9fbabd3749c0075ae2.zip |
grub-2:2.04-2.par1: updating version
Diffstat (limited to 'libre/grub/grub.default')
-rw-r--r-- | libre/grub/grub.default | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/grub/grub.default b/libre/grub/grub.default index af9d70ca9..c3e010419 100644 --- a/libre/grub/grub.default +++ b/libre/grub/grub.default @@ -3,7 +3,7 @@ GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="Parabola" -GRUB_CMDLINE_LINUX_DEFAULT="quiet" +GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet" GRUB_CMDLINE_LINUX="" # Preload both GPT and MBR modules so that they are not missed @@ -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 |