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

Last change on this file since 496 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
  • update-grub

    old new  
    911911                is_xen=
    912912        fi
    913913
    914         if [ ! "$in_domU" ] && [ "$is_xen" ]; then
    915           # skip xen kernels
    916           continue
    917         elif [ "$in_domU" ] && ! [ "$is_xen" ]; then
    918           # skip non-xen kernels
    919           continue
    920         fi
    921914        kern="/boot/$kern"
    922915        newerKernels=""
    923916        for i in $sortedKernels ; do
Note: See TracBrowser for help on using the repository browser.