[arch-commits] Commit in grub/trunk (PKGBUILD grub.default)

Christian Hesse eworm at gemini.archlinux.org
Sat Dec 25 21:34:36 UTC 2021


    Date: Saturday, December 25, 2021 @ 21:34:36
  Author: eworm
Revision: 433100

add commented GRUB_DISABLE_OS_PROBER to default configuration

Modified:
  grub/trunk/PKGBUILD
  grub/trunk/grub.default

--------------+
 PKGBUILD     |    2 +-
 grub.default |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-25 21:12:49 UTC (rev 433099)
+++ PKGBUILD	2021-12-25 21:34:36 UTC (rev 433100)
@@ -70,7 +70,7 @@
             'SKIP'
             '5dee6628c48eef79812bb9e86ee772068d85e7fcebbd2b2b8d1e19d24eda9dab'
             '8488aec30a93e8fe66c23ef8c23aefda39c38389530e9e73ba3fbcc8315d244d'
-            '791fadf182edf8d5bee4b45c008b08adce9689a9624971136527891a8f67d206')
+            'c17bf255a41103f6b71a1710afc7e9addaebc578bcf51a48845e227b2f651682')
 
 _backports=(
 	# fs/xfs: Fix unreadable filesystem with v4 superblock

Modified: grub.default
===================================================================
--- grub.default	2021-12-25 21:12:49 UTC (rev 433099)
+++ grub.default	2021-12-25 21:34:36 UTC (rev 433100)
@@ -55,3 +55,9 @@
 
 # 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



More information about the arch-commits mailing list