Changeset 1694 in MondoRescue


Ignore:
Timestamp:
Oct 21, 2007, 3:11:43 AM (17 years ago)
Author:
Bruno Cornec
Message:

umount the USB partition before attempting to use it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1692 r1694  
    17111711    echo -en "."
    17121712    echo "Unmounting $USBDEVICE just in case" >> $LOGFILE
    1713     umount $USBDEVICE 2>&1 >> $LOGFILE
     1713    umount $USBPART 2>&1 >> $LOGFILE
    17141714    echo "Erasing $USBDEVICE" >> $LOGFILE
    17151715    $FDISK $USBDEVICE 2>&1 >> $LOGFILE << EOF
Note: See TracChangeset for help on using the changeset viewer.