]> git.proxmox.com Git - grub2.git/commitdiff
Add a commented-out GRUB_DISABLE_OS_PROBER section
authorSteve McIntyre <93sam@debian.org>
Tue, 23 Aug 2022 21:14:04 +0000 (22:14 +0100)
committerSteve McIntyre <93sam@debian.org>
Tue, 23 Aug 2022 21:14:04 +0000 (22:14 +0100)
to /etc/default/grub to make it easier for users to turn os-prober
back on if they want it. Closes: #1013797

debian/changelog
debian/default/grub

index 755f4a19becb50480fdeca464e70fffd75883ef9..53e1db2220a537db502782cb38a9b48cc36822c8 100644 (file)
@@ -3,6 +3,10 @@ grub2 (2.06-4) UNRELEASED; urgency=medium
   [ Steve McIntyre ]
   * Updated the 2.06-3 changelog to mention closure of CVE-2022-28736
 
+  * Add a commented-out GRUB_DISABLE_OS_PROBER section to
+    /etc/default/grub to make it easier for users to turn os-prober
+    back on if they want it. Closes: #1013797
+
  -- Steve McIntyre <93sam@debian.org>  Sat, 30 Jul 2022 15:23:26 +0100
 
 grub2 (2.06-3) unstable; urgency=medium
index 7617f0131f51c64765b996cec6722ff8a8c4ee6d..2df4aedea9ee45860c8375278f817fbbb8cb4b28 100644 (file)
@@ -9,6 +9,10 @@ GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
 GRUB_CMDLINE_LINUX_DEFAULT="@DEFAULT_CMDLINE@"
 GRUB_CMDLINE_LINUX=""
 
+# Uncomment this to run os-prober to search for and add other OS
+# installations to the grub boot menu
+#GRUB_DISABLE_OS_PROBER=false
+
 # Uncomment to enable BadRAM filtering, modify to suit your needs
 # This works with Linux (no patch required) and with any kernel that obtains
 # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)