source: trunk/packages/sipb-xen-guest-installer/domU/usr/lib/xen-tools/patches/common.diff @ 641

Last change on this file since 641 was 641, checked in by ecprice, 16 years ago

Getting towards the autoinstaller in domU.

Works with etch, almost works with Hardy but has network trouble.

File size: 1.2 KB
  • /usr/sbin/update-grub

    old new  
    911911                is_xen=
    912912        fi
    913913
    914         if [ ! "$in_domU" ] && [ "$is_xen" ]; then
    915           # skip xen kernels
    916           continue
    917         elif [ "$in_domU" ] && ! [ "$is_xen" ]; then
    918           # skip non-xen kernels
    919           continue
    920         fi
    921914        kern="/boot/$kern"
    922915        newerKernels=""
    923916        for i in $sortedKernels ; do
  • /boot/grub/menu.lst

    old new  
    5959## e.g. kopt=root=/dev/hda1 ro
    6060##      kopt_2_6_8=root=/dev/hdc1 ro
    6161##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
    62 # kopt=root=/dev/hda1 ro
     62# kopt=root=/dev/hda1 ro console=ttyS0,9600,8n1
    6363
    6464## default grub root device
    6565## e.g. groot=(hd0,0)
  • /etc/network/interfaces

    old new  
    88# The primary network interface
    99auto eth0
    1010iface eth0 inet dhcp
    11 # post-up ethtool -K eth0 tx off
     11 pre-up ethtool -K eth0 tx off
    1212
    1313#
    1414# The commented out line above will disable TCP checksumming which
Note: See TracBrowser for help on using the repository browser.