add commented GRUB_DISABLE_OS_PROBER to default configuration

This commit is contained in:
Christian Hesse
2021-12-25 21:34:36 +00:00
parent 19bfba3d69
commit f4299b2d4c
2 changed files with 7 additions and 1 deletions

View File

@ -55,3 +55,9 @@ GRUB_DISABLE_RECOVERY=true
# 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