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 2342)
+++ /trunk/packages/invirt-autoinstaller/common/usr/lib/xen-tools/debian.d/93-setup-grub	(revision 2343)
@@ -1,3 +1,3 @@
-#!/bin/sh
+#!/bin/bash
 #
 #  This script sets up the ParaVM to use pygrub
@@ -87,6 +87,6 @@
 done
 sed -i -e "s#root=[^ ]*#root=UUID=$ROOT_UUID#" ${prefix}/boot/grub/menu.lst
-sed -i -e "s#${ROOT_GUEST}#${ROOT_UUID}#" ${prefix}/etc/fstab
-sed -i -e "s#${SWAP_GUEST}#${SWAP_UUID}#" ${prefix}/etc/fstab
+sed -i -e "s#${ROOT_GUEST}#UUID=${ROOT_UUID}#" ${prefix}/etc/fstab
+sed -i -e "s#${SWAP_GUEST}#UUID=${SWAP_UUID}#" ${prefix}/etc/fstab
 
 #
Index: /trunk/packages/invirt-autoinstaller/debian/changelog
===================================================================
--- /trunk/packages/invirt-autoinstaller/debian/changelog	(revision 2342)
+++ /trunk/packages/invirt-autoinstaller/debian/changelog	(revision 2343)
@@ -1,2 +1,8 @@
+invirt-autoinstaller (0.0.28) unstable; urgency=low
+
+  * We're using bashisms in 93-setup-grub, so let's use bash.
+
+ -- Evan Broder <broder@mit.edu>  Sun, 03 May 2009 02:40:54 -0400
+
 invirt-autoinstaller (0.0.27) unstable; urgency=low
 
