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


Ignore:
Timestamp:
Oct 22, 2007, 1:33:59 AM (17 years ago)
Author:
Bruno Cornec
Message:

Add USB support at restore time (no test done yet). New start-usb script
PB varibale added where useful

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1696 r1698  
    10921092    [ "$TAPESIZE" ]     && echo "media-size $TAPESIZE" >> $outfile
    10931093    [ "$TAPEDEV" ]          && echo "media-dev $TAPEDEV" >> $outfile
     1094    [ "$USBDEVICE" ]            && echo "usb-dev $USBDEVICE" >> $outfile
    10941095    [ "$FILES_IN_FILELIST" ]    && echo "files-in-filelist $FILES_IN_FILELIST" >> $outfile
    10951096    [ "$LAST_FILELIST_NUMBER" ] && echo "last-filelist-number $LAST_FILELIST_NUMBER" >> $outfile
Note: See TracChangeset for help on using the changeset viewer.