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

@ -70,7 +70,7 @@ sha256sums=('SKIP'
'SKIP'
'5dee6628c48eef79812bb9e86ee772068d85e7fcebbd2b2b8d1e19d24eda9dab'
'8488aec30a93e8fe66c23ef8c23aefda39c38389530e9e73ba3fbcc8315d244d'
'791fadf182edf8d5bee4b45c008b08adce9689a9624971136527891a8f67d206')
'c17bf255a41103f6b71a1710afc7e9addaebc578bcf51a48845e227b2f651682')
_backports=(
# fs/xfs: Fix unreadable filesystem with v4 superblock

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