source: trunk/packages/invirt-autoinstaller/common/usr/lib/xen-tools/patches/common.diff @ 1497

Last change on this file since 1497 was 1497, checked in by broder, 16 years ago

sipb-xen-autoinstaller -> invirt-autoinstaller

File size: 825 bytes
RevLine 
[641]1--- /usr/sbin/update-grub.orig  2008-05-03 23:30:37.000000000 -0400
2+++ /usr/sbin/update-grub       2008-05-03 23:30:55.000000000 -0400
3@@ -911,13 +911,6 @@
4                is_xen=
5        fi
6 
7-       if [ ! "$in_domU" ] && [ "$is_xen" ]; then
8-         # skip xen kernels
9-          continue
10-        elif [ "$in_domU" ] && ! [ "$is_xen" ]; then
11-         # skip non-xen kernels
12-         continue
13-        fi
14         kern="/boot/$kern"
15        newerKernels=""
16        for i in $sortedKernels ; do
17--- /boot/grub/menu.lst.orig    2008-05-04 03:17:31.000000000 -0400
18+++ /boot/grub/menu.lst 2008-05-04 03:19:09.000000000 -0400
19@@ -59,7 +59,7 @@
20 ## e.g. kopt=root=/dev/hda1 ro
21 ##      kopt_2_6_8=root=/dev/hdc1 ro
22 ##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
23-# kopt=root=/dev/hda1 ro
24+# kopt=root=/dev/hda1 ro console=ttyS0,9600,8n1
25 
26 ## default grub root device
27 ## e.g. groot=(hd0,0)
Note: See TracBrowser for help on using the repository browser.