recipes: x-apps/emacs: Enable emacs again, trying the -no-pie option
[dragora.git] / patches / grub / grub-mkconfig-enable-os-prober.diff
blob3d7c8c18973e13af6f71cb0d8a1655c921c216fb
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
6 # Disable os-prober by default due to security reasons.
7 -GRUB_DISABLE_OS_PROBER="true"
8 +GRUB_DISABLE_OS_PROBER="false"
10 # Filesystem for the device containing our userland. Used for stuff like
11 # choosing Hurd filesystem module.