From f32d14b0bccb12f07abab1ab89d8db57ad2dad9d Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 3 May 2009 00:15:12 -0400 Subject: [PATCH] In invirt-autoinstaller: * 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 | 4 ++-- debian/changelog | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/common/usr/lib/xen-tools/debian.d/93-setup-grub b/common/usr/lib/xen-tools/debian.d/93-setup-grub index 26fbdda..c6b6cb2 100755 --- a/common/usr/lib/xen-tools/debian.d/93-setup-grub +++ b/common/usr/lib/xen-tools/debian.d/93-setup-grub @@ -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 # diff --git a/debian/changelog b/debian/changelog index 492fbc4..db1f706 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 -- 1.7.9.5