grub-mkconfig-enable-os-prober.diff 512 B

123456789101112
  1. --- grub-2.06/util/grub-mkconfig.in.orig 2021-03-10 10:42:22.000000000 -0300
  2. +++ grub-2.06/util/grub-mkconfig.in 2021-09-13 16:48:03.060695839 -0300
  3. @@ -141,7 +141,7 @@
  4. GRUB_DEVICE_BOOT_UUID="`${grub_probe} --device ${GRUB_DEVICE_BOOT} --target=fs_uuid 2> /dev/null`" || true
  5. # Disable os-prober by default due to security reasons.
  6. -GRUB_DISABLE_OS_PROBER="true"
  7. +GRUB_DISABLE_OS_PROBER="false"
  8. # Filesystem for the device containing our userland. Used for stuff like
  9. # choosing Hurd filesystem module.