summaryrefslogtreecommitdiff
path: root/libre/grub/grub.default
diff options
context:
space:
mode:
Diffstat (limited to 'libre/grub/grub.default')
-rw-r--r--libre/grub/grub.default18
1 files changed, 12 insertions, 6 deletions
diff --git a/libre/grub/grub.default b/libre/grub/grub.default
index c3e010419..6271d8dc0 100644
--- a/libre/grub/grub.default
+++ b/libre/grub/grub.default
@@ -24,7 +24,7 @@ GRUB_TERMINAL_INPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
-# you can see them in real GRUB with the command `vbeinfo'
+# you can see them in real GRUB with the command `videoinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
@@ -49,9 +49,15 @@ 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
+
+# Probing for other operating systems is disabled for security reasons. Read
+# documentation on GRUB_DISABLE_OS_PROBER, if still want to enable this
+# functionality install os-prober and uncomment to detect and include other
+# operating systems.
+#GRUB_DISABLE_OS_PROBER=false