Changeset 2337


Ignore:
Timestamp:
May 3, 2009, 12:15:12 AM (15 years ago)
Author:
broder
Message:

In invirt-autoinstaller:

  • Uh...right. Let's edit the event.d file and menu.lst within the install prefix for Intrepid/Jaunty?.
Location:
trunk/packages/invirt-autoinstaller
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-autoinstaller/common/usr/lib/xen-tools/debian.d/93-setup-grub

    r2335 r2337  
    6464if [ "$(chroot ${prefix} lsb_release -is)" = "Ubuntu" ] && \
    6565    dpkg --compare-versions "$(chroot ${prefix} lsb_release -rs)" ge 8.10; then
    66     sed -i -e 's/xvc0/hvc0/' /etc/event.d/tty1
    67     sed -i -e 's/console=ttyS0[^ ]*/console=hvc0/' /boot/grub/menu.lst
     66    sed -i -e 's/xvc0/hvc0/' ${prefix}/etc/event.d/tty1
     67    sed -i -e 's/console=ttyS0[^ ]*/console=hvc0/' ${prefix}/boot/grub/menu.lst
    6868fi
    6969
  • trunk/packages/invirt-autoinstaller/debian/changelog

    r2335 r2337  
     1invirt-autoinstaller (0.0.25) unstable; urgency=low
     2
     3  * Uh...right. Let's edit the event.d file and menu.lst within the
     4    install prefix for Intrepid/Jaunty.
     5
     6 -- Evan Broder <broder@mit.edu>  Sun, 03 May 2009 00:14:50 -0400
     7
    18invirt-autoinstaller (0.0.24) unstable; urgency=low
    29
Note: See TracChangeset for help on using the changeset viewer.