In invirt-autoinstaller:
[invirt/packages/invirt-autoinstaller.git] / common / usr / lib / xen-tools / debian.d / 93-setup-grub
index 61deefb..ce54ad6 100755 (executable)
@@ -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 <<EOF
+### BEGIN AUTOMAGIC KERNELS LIST
+## ## Start Default Options ##
+# indomU=true
+## ## End Default Options ##
+### END DEBIAN AUTOMAGIC KERNELS LIST
+EOF
 sed -i -e 's/indomU=detect/indomU=true/' /boot/grub/menu.lst
 
 #