Changeset 2690 in MondoRescue


Ignore:
Timestamp:
Dec 23, 2010, 6:02:08 PM (13 years ago)
Author:
Bruno Cornec
Message:

A bit more precise for error msg from PBDI

Location:
branches/2.2.9
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/mindi

    r2688 r2690  
    17221722
    17231723    retval=0
    1724     [ ! -e "$kernelpath" ] && Die "PBDI - cannot find $kernelpath kernel"
     1724    [ ! -e "$kernelpath" ] && Die "PBDI lilo - cannot find $kernelpath kernel"
    17251725    echo -en "Making "$BOOT_SIZE"KB boot disk..."
    17261726    TurnTgzIntoRdz $MINDI_LIB/rootfs $MINDI_TMP/initrd.img `du -sk $kernelpath | cut -f1` || Die "Could not turn rootfs into initrd.img; are you SURE your kernel supports loopfs?"
     
    18291829    retval=0
    18301830
    1831     [ ! -e "$kernelpath" ] && Die "PBDI - cannot find $kernelpath kernel"
     1831    [ ! -e "$kernelpath" ] && Die "PBDI isolinux - cannot find $kernelpath kernel"
    18321832    echo -en "Making "$BOOT_SIZE"KB boot disk..."
    18331833    TurnTgzIntoRdz $MINDI_LIB/rootfs $MINDI_TMP/initrd.img `du -sk $kernelpath | cut -f1` || Die "Could not turn rootfs into initrd.img; are you SURE your kernel supports loopfs?"
Note: See TracChangeset for help on using the changeset viewer.