source:
trunk/packages/invirt-autoinstaller/common/usr/lib/xen-tools/patches/common.diff
@
2533
Last change on this file since 2533 was 2335, checked in by broder, 16 years ago | |
---|---|
File size: 1.4 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 -
/usr/sbin/update-grub
old new 1419 1419 is_xen= 1420 1420 fi 1421 1421 1422 if [ "$indomU" = "false" ] && [ "$is_xen" ]; then1423 # We aren't running in a Xen domU, skip xen kernels1424 echo "Ignoring Xen kernel on non-Xen host: $kern"1425 continue1426 elif [ "$indomU" = "true" ] && ! [ "$is_xen" ]; then1427 # We are running in a Xen domU, skip non-xen kernels1428 echo "Ignoring non-Xen Kernel on Xen domU host: $kern"1429 continue1430 fi1431 1432 1422 kern="/boot/$kern" 1433 1423 newerKernels="" 1434 1424 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.