diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2021-06-18 19:33:03 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2021-06-18 19:33:03 -0500 |
commit | 856b2c7c881ecf9ef2607a9a4c4466635fea857f (patch) | |
tree | 17abd02904b5504bca58f3077b7714549aae1a88 /libre/grub/grub.default | |
parent | 65b231e05ba9c4caf539629e35af29170a326608 (diff) | |
download | abslibre-856b2c7c881ecf9ef2607a9a4c4466635fea857f.tar.gz abslibre-856b2c7c881ecf9ef2607a9a4c4466635fea857f.tar.bz2 abslibre-856b2c7c881ecf9ef2607a9a4c4466635fea857f.zip |
grub-2:2.06-1.parabola1: updating version
Diffstat (limited to 'libre/grub/grub.default')
-rw-r--r-- | libre/grub/grub.default | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/grub/grub.default b/libre/grub/grub.default index c3e010419..886146690 100644 --- a/libre/grub/grub.default +++ b/libre/grub/grub.default @@ -49,9 +49,9 @@ GRUB_COLOR_HIGHLIGHT="white/magenta" # Uncomment to get a beep at GRUB start #GRUB_INIT_TUNE="480 440 1" -# Uncomment to make GRUB remember the last selection. This requires to -# set 'GRUB_DEFAULT=saved' above. -#GRUB_SAVEDEFAULT="true" +# Uncomment to make GRUB remember the last selection. This requires +# setting 'GRUB_DEFAULT=saved' above. +#GRUB_SAVEDEFAULT=true -# Disable advanced submenu -GRUB_DISABLE_SUBMENU="y" +# Uncomment to disable submenus in boot menu +#GRUB_DISABLE_SUBMENU=y |