Changeset 2461 in MondoRescue
- Timestamp:
- Oct 14, 2009, 1:12:24 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/mindi
r2457 r2461 1434 1434 fi 1435 1435 echo -en "." 1436 echo "Unmounting $USB DEVICEjust in case" >> $LOGFILE1436 echo "Unmounting $USBPART just in case" >> $LOGFILE 1437 1437 umount $USBPART 2>> $LOGFILE 1>> $LOGFILE 1438 1438 # If your key has no MBR it may cause an issue … … 1463 1463 echo "The USB device $USBDEVICE now looks like this:" >> $LOGFILE 1464 1464 $FDISK -l $USBDEVICE 2>&1 | tee -a $LOGFILE 1465 echo -en "." 1466 # Some distro do auto mount at that point (Ubuntu) 1467 echo "Unmounting $USBPART just in case again" >> $LOGFILE 1468 umount $USBPART 2>> $LOGFILE 1>> $LOGFILE 1465 1469 echo -en "." 1466 1470 echo "Creating a vfat filesystem on $USBPART" >> $LOGFILE
Note:
See TracChangeset
for help on using the changeset viewer.