Changeset 1898

Show
Ignore:
Timestamp:
04/01/08 11:28:16 (9 months ago)
Author:
bruno
Message:

- Tape support fix in mindi (all.tar.gz was removed before usage)
- Possibility to support tape an a bootable USB device

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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