Changeset 2625 in MondoRescue


Ignore:
Timestamp:
Apr 27, 2010, 4:51:35 AM (14 years ago)
Author:
Bruno Cornec
Message:
  • Fix a bug on ia64 where the boot image generated was removed before use in mondo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/mindi

    r2621 r2625  
    14271427    else
    14281428        $ISO_CMD $ISO_OPT -V Mindi_Image -o $MINDI_CACHE/mindi.iso -b images/mindi-bootroot.$BOOT_SIZE.img -c images/boot.cat -no-emul-boot . > /dev/null 2> $MINDI_TMP/mkisofs.log
    1429         rm -f images/mindi-bootroot.$BOOT_SIZE.img
    14301429    fi
    14311430    if [ "$?" -ne "0" ] ; then
     
    18161815    syslinux $imagefile >> $LOGFILE 2>> $LOGFILE
    18171816
    1818     # Only move it now to its final destination abd use it now
     1817    # Only move it now to its final destination and use it now
    18191818    mv $imagefile $imagesdir
    18201819    imagefile=$imagesdir/mindi-bootroot.$BOOT_SIZE.img
Note: See TracChangeset for help on using the changeset viewer.