From be692f1eb06d2cd719dc301c82378e45d8bf358f Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 2 May 2009 23:46:02 -0400 Subject: [PATCH] In invirt-autoinstaller: * Add a new version of our patches to work with the current Ubuntu update-grub, instead of trying to use the indomU variable (which still excludes kernels from showing up in the menu.lst). svn path=/trunk/packages/invirt-autoinstaller/; revision=2335 --- common/usr/lib/xen-tools/debian.d/93-setup-grub | 18 ------------------ common/usr/lib/xen-tools/patches/common.diff | 19 +++++++++++++++++++ debian/changelog | 8 ++++++++ 3 files changed, 27 insertions(+), 18 deletions(-) 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 ce54ad6..26fbdda 100755 --- a/common/usr/lib/xen-tools/debian.d/93-setup-grub +++ b/common/usr/lib/xen-tools/debian.d/93-setup-grub @@ -68,24 +68,6 @@ 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. -# -# Since we haven't run update-grub yet, we need to generate the -# skeleton of a Debian menu.lst so that update-grub extracts the -# options correctly -# -cat >/boot/grub/menu.lst < Sat, 02 May 2009 23:45:03 -0400 + invirt-autoinstaller (0.0.23) unstable; urgency=low * Create the shell of a menu.lst file needed to successfully parse -- 1.7.9.5