X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-autoinstaller.git/blobdiff_plain/e17a22b27263f4a0846a0c5c66aab7c96a3b34b7..9ee3c4d1f220f49c2dbab202e64bfea5039b2096:/common/usr/lib/xen-tools/debian.d/93-setup-grub diff --git a/common/usr/lib/xen-tools/debian.d/93-setup-grub b/common/usr/lib/xen-tools/debian.d/93-setup-grub index 26fbdda..61deefb 100755 --- a/common/usr/lib/xen-tools/debian.d/93-setup-grub +++ b/common/usr/lib/xen-tools/debian.d/93-setup-grub @@ -68,6 +68,13 @@ if [ "$(chroot ${prefix} lsb_release -is)" = "Ubuntu" ] && \ fi # +# If this is a Jaunty machine, the fix from LP #291256 caused our +# patch to update-grub to not work, so let's use that mechanism +# instead +# +sed -i -e 's/indomU=detect/indomU=true/' /boot/grub/menu.lst + +# # Regenerate automagic kernels list # chroot ${prefix} /usr/sbin/update-grub -y