Index: trunk/packages/invirt-autoinstaller/common/usr/lib/xen-tools/debian.d/93-setup-grub
===================================================================
--- trunk/packages/invirt-autoinstaller/common/usr/lib/xen-tools/debian.d/93-setup-grub	(revision 2328)
+++ trunk/packages/invirt-autoinstaller/common/usr/lib/xen-tools/debian.d/93-setup-grub	(revision 2330)
@@ -69,4 +69,11 @@
 
 #
+# 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
 #
Index: trunk/packages/invirt-autoinstaller/debian/changelog
===================================================================
--- trunk/packages/invirt-autoinstaller/debian/changelog	(revision 2328)
+++ trunk/packages/invirt-autoinstaller/debian/changelog	(revision 2330)
@@ -1,2 +1,9 @@
+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 <broder@mit.edu>  Sat, 02 May 2009 22:20:29 -0400
+
 invirt-autoinstaller (0.0.21) unstable; urgency=low
 
