Changeset 1898 in MondoRescue


Ignore:
Timestamp:
Apr 1, 2008, 11:28:16 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • Tape support fix in mindi (all.tar.gz was removed before usage)
  • Possibility to support tape an a bootable USB device
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mindi/mindi

    r1888 r1898  
    34313431    LogIt "Finished."
    34323432elif [ "$TAPEDEV" ] ; then
    3433     rm -f $MINDI_CACHE/{*img,*gz,*iso}
     3433    rm -f $MINDI_CACHE/{*img,[0-9]*gz,*iso}
     3434    if [ "$PROMPT_MAKE_USB_IMAGE" = "yes" ] && [ "$USBDEVICE" != "" ]; then
     3435        OfferToMakeBootableUSB $MINDI_CACHE
     3436    fi
    34343437    OfferToMakeBootableISO $MINDI_CACHE
    34353438    if [ -e "$MINDI_CACHE/all.tar.gz" ] ; then
Note: See TracChangeset for help on using the changeset viewer.