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?.
File:
1 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
Note: See TracChangeset for help on using the changeset viewer.