source: trunk/packages/sipb-xen-guest-installer/partial/debootstrap.d/update-grub.diff @ 494

Last change on this file since 494 was 494, checked in by price, 16 years ago

Eric's and my debootstrap work from the hackathon

File size: 387 bytes
  • update-grub

    old new  
    10361036
    10371037        if [ ! "$in_domU" ] && [ "$is_xen" ]; then
    10381038          # skip xen kernels
    1039           continue
     1039          :
    10401040        elif [ "$in_domU" ] && ! [ "$is_xen" ]; then
    10411041          # skip non-xen kernels
    1042           continue
     1042          :
    10431043        fi
    10441044        kern="/boot/$kern"
    10451045        newerKernels=""
Note: See TracBrowser for help on using the repository browser.