]> git.proxmox.com Git - zfs-grub.git/blob - pvepatches/grub-disable-os-prober.patch
disable os-prober by default
[zfs-grub.git] / pvepatches / grub-disable-os-prober.patch
1 Index: new/debian/default/grub
2 ===================================================================
3 --- new.orig/debian/default/grub
4 +++ new/debian/default/grub
5 @@ -9,6 +9,10 @@ GRUB_DISTRIBUTOR="Proxmox Virtual Enviro
6 GRUB_CMDLINE_LINUX_DEFAULT="@DEFAULT_CMDLINE@"
7 GRUB_CMDLINE_LINUX=""
8
9 +# Disable os-prober, it might add menu entries for each guest
10 +# root FS on a local partition
11 +GRUB_DISABLE_OS_PROBER=true
12 +
13 # Uncomment to enable BadRAM filtering, modify to suit your needs
14 # This works with Linux (no patch required) and with any kernel that obtains
15 # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)