source:
trunk/packages/sipb-xen-guest-installer/domU/usr/lib/xen-tools/patches/common.diff
@
660
Last change on this file since 660 was 641, checked in by ecprice, 16 years ago | |
---|---|
File size: 1.2 KB |
-
/usr/sbin/update-grub
old new 911 911 is_xen= 912 912 fi 913 913 914 if [ ! "$in_domU" ] && [ "$is_xen" ]; then915 # skip xen kernels916 continue917 elif [ "$in_domU" ] && ! [ "$is_xen" ]; then918 # skip non-xen kernels919 continue920 fi921 914 kern="/boot/$kern" 922 915 newerKernels="" 923 916 for i in $sortedKernels ; do -
/boot/grub/menu.lst
old new 59 59 ## e.g. kopt=root=/dev/hda1 ro 60 60 ## kopt_2_6_8=root=/dev/hdc1 ro 61 61 ## 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 63 63 64 64 ## default grub root device 65 65 ## e.g. groot=(hd0,0) -
/etc/network/interfaces
old new 8 8 # The primary network interface 9 9 auto eth0 10 10 iface eth0 inet dhcp 11 # post-up ethtool -K eth0 tx off11 pre-up ethtool -K eth0 tx off 12 12 13 13 # 14 14 # The commented out line above will disable TCP checksumming which
Note: See TracBrowser
for help on using the repository browser.