source:
trunk/packages/invirt-autoinstaller/common/usr/lib/xen-tools/patches/common.diff
@
1673
Last change on this file since 1673 was 1497, checked in by broder, 16 years ago | |
---|---|
File size: 825 bytes |
-
/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)
Note: See TracBrowser
for help on using the repository browser.