Changeset 1695 in MondoRescue for branches/2.2.5/mindi/mindi


Ignore:
Timestamp:
Oct 21, 2007, 12:17:13 PM (17 years ago)
Author:
Bruno Cornec
Message:

No need to have the image subdor in the csratchdir when USB.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1694 r1695  
    33663366        Die "Cannot find all.tar.gz, to be written to tape"
    33673367    fi
    3368 elif [ "$PROMPT_MAKE_USB_IMAGE" = "yes" ]; then
     3368elif [ "$PROMPT_MAKE_USB_IMAGE" = "yes" ] && [ "$USBDEVICE" != "" ]; then
    33693369    OfferToMakeBootableUSB $CACHE_LOC
    33703370else
Note: See TracChangeset for help on using the changeset viewer.