Changeset 1544 in MondoRescue
- Timestamp:
- Jul 23, 2007, 2:09:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/mindi
r1535 r1544 1751 1751 umount $MINDI_TMP/usb 1752 1752 syslinux $USBPART 2>> $MINDI_TMP/syslinux.log 1753 if [ "$?" -ne "0" ] ; then 1754 echo "----------- syslinux's errors --------------" |tee -a $LOGFILE 1755 cat $MINDI_TMP/syslinux.log |tee -a $LOGFILE 1756 LogIt "Failed to create USB image." 1757 else 1758 echo -e "$DONE" 1759 echo "Created bootable USB image on $USBDEVICE" >> $LOGFILE 1760 fi 1761 rm -f $MINDI_TMP/syslinux.log 1753 1762 else 1754 1763 echo "No USB boot support for ia64" | tee -a $LOGFILE … … 1757 1766 fi 1758 1767 echo -en "." 1759 if [ "$?" -ne "0" ] ; then1760 echo "----------- syslinux's errors --------------" |tee -a $LOGFILE1761 cat $MINDI_TMP/syslinux.log |tee -a $LOGFILE1762 LogIt "Failed to create USB image."1763 else1764 echo -e "$DONE"1765 echo "Created bootable USB image on $USBDEVICE" >> $LOGFILE1766 fi1767 rm -f $MINDI_TMP/syslinux.log1768 1768 # 1769 1769 # If mondoarchive, then tranfer $MINDI_CACHE content to the USB device
Note:
See TracChangeset
for help on using the changeset viewer.