From 0075cd9598b004555699090b2b71bc5efbcbc320 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 2 May 2009 22:56:47 -0400 Subject: [PATCH] In invirt-autoinstaller: * Create the shell of a menu.lst file needed to successfully parse indomU=true out of it. svn path=/trunk/packages/invirt-autoinstaller/; revision=2333 --- common/usr/lib/xen-tools/debian.d/93-setup-grub | 15 +++++++++++++-- debian/changelog | 7 +++++++ 2 files changed, 20 insertions(+), 2 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 61deefb..ce54ad6 100755 --- a/common/usr/lib/xen-tools/debian.d/93-setup-grub +++ b/common/usr/lib/xen-tools/debian.d/93-setup-grub @@ -70,8 +70,19 @@ 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 -# +# 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 22:56:30 -0400 + invirt-autoinstaller (0.0.22) unstable; urgency=low * For Jaunty systems, edit /boot/grub/menu.lst appropriately to work -- 1.7.9.5