On 05/27/2015 12:15 PM, Dietmar Maurer wrote: >> IMHO this way of bypassing os-prober is cleaner than adding a 'Conflict' >> in our zfs-grub package, since it minimizes the packages conflicts when >> adding our proxmox repo on top of debian's. >> >> [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701814#10 >> >> Should I prepare a patch ? > > please >
here a quick patch created with diff -u --- /etc/default/grub.orig 2015-05-28 10:27:29.056896944 +0200 +++ /etc/default/grub 2015-05-28 10:43:07.781829110 +0200 @@ -9,6 +9,10 @@ GRUB_CMDLINE_LINUX_DEFAULT="quiet" GRUB_CMDLINE_LINUX="" +# Disable os-prober, it might add menu entries for each guest +# root FS on a local partition +GRUB_DISABLE_OS_PROBER=true + # 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 ...) _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel