From 9ee3c4d1f220f49c2dbab202e64bfea5039b2096 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 2 May 2009 22:21:11 -0400 Subject: [PATCH] In invirt-autoinstaller: * For Jaunty systems, edit /boot/grub/menu.lst appropriately to work with the fix for LP #291256. svn path=/trunk/packages/invirt-autoinstaller/; revision=2330 --- common/usr/lib/xen-tools/debian.d/93-setup-grub | 7 +++++++ debian/changelog | 7 +++++++ 2 files changed, 14 insertions(+) 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 diff --git a/debian/changelog b/debian/changelog index 38ccb06..50f5f5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-autoinstaller (0.0.22) unstable; urgency=low + + * For Jaunty systems, edit /boot/grub/menu.lst appropriately to work + with the fix for LP #291256. + + -- Evan Broder Sat, 02 May 2009 22:20:29 -0400 + invirt-autoinstaller (0.0.21) unstable; urgency=low * Create xen-tools symlinks for installing Intrepid and Jaunty. -- 1.7.9.5