* 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
#
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
#
+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