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


Ignore:
Timestamp:
Oct 20, 2007, 8:07:36 PM (17 years ago)
Author:
Bruno Cornec
Message:

Try to add USB support for mondoarchive with new functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1684 r1688  
    17351735    echo -en "."
    17361736    echo "Creating a vfat filesystem on $USBPART" >> $LOGFILE
    1737     mkfs -t vfat $USBPART 2>&1 >> $LOGFILE
     1737    mkdosfs -F 32 $USBPART 2>&1 >> $LOGFILE
    17381738    if [ $? -ne 0 ]; then
    17391739        echo "Unable to create a vfat filesystem on $USBPART" | tee -a $LOGFILE
Note: See TracChangeset for help on using the changeset viewer.