From: Evan Broder Date: Sun, 3 May 2009 02:56:47 +0000 (-0400) Subject: In invirt-autoinstaller: X-Git-Tag: 0.0.23^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-autoinstaller.git/commitdiff_plain/0075cd9598b004555699090b2b71bc5efbcbc320?ds=sidebyside 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 --- 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