In invirt-autoinstaller: 0.0.25
authorEvan Broder <broder@mit.edu>
Sun, 3 May 2009 04:15:12 +0000 (00:15 -0400)
committerEvan Broder <broder@mit.edu>
Sun, 3 May 2009 04:15:12 +0000 (00:15 -0400)
  * Uh...right. Let's edit the event.d file and menu.lst within the
    install prefix for Intrepid/Jaunty.

svn path=/trunk/packages/invirt-autoinstaller/; revision=2337

common/usr/lib/xen-tools/debian.d/93-setup-grub
debian/changelog

index 26fbdda..c6b6cb2 100755 (executable)
@@ -63,8 +63,8 @@ done
 #
 if [ "$(chroot ${prefix} lsb_release -is)" = "Ubuntu" ] && \
     dpkg --compare-versions "$(chroot ${prefix} lsb_release -rs)" ge 8.10; then
-    sed -i -e 's/xvc0/hvc0/' /etc/event.d/tty1
-    sed -i -e 's/console=ttyS0[^ ]*/console=hvc0/' /boot/grub/menu.lst
+    sed -i -e 's/xvc0/hvc0/' ${prefix}/etc/event.d/tty1
+    sed -i -e 's/console=ttyS0[^ ]*/console=hvc0/' ${prefix}/boot/grub/menu.lst
 fi
 
 #
index 492fbc4..db1f706 100644 (file)
@@ -1,3 +1,10 @@
+invirt-autoinstaller (0.0.25) unstable; urgency=low
+
+  * Uh...right. Let's edit the event.d file and menu.lst within the
+    install prefix for Intrepid/Jaunty.
+
+ -- Evan Broder <broder@mit.edu>  Sun, 03 May 2009 00:14:50 -0400
+
 invirt-autoinstaller (0.0.24) unstable; urgency=low
 
   * Add a new version of our patches to work with the current Ubuntu