source: trunk/packages/sipb-xen-guest-installer/partial/xen-create-image-mods/patches/update-grub.patch @ 666

Last change on this file since 666 was 496, checked in by neboat, 16 years ago

xen-create-image frobbing for deboostrap-commands

  • Property svn:executable set to *
File size: 419 bytes
RevLine 
[496]1--- update-grub.orig    2008-05-03 23:30:37.000000000 -0400
2+++ 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
Note: See TracBrowser for help on using the repository browser.