Changeset 2078 in MondoRescue
- Timestamp:
- Dec 12, 2008, 12:15:04 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.8/mindi/mindi
r2073 r2078 2841 2841 LogIt "Finished." 2842 2842 elif [ "$TAPEDEV" ] ; then 2843 rm -f $MINDI_CACHE/{*img,*iso} 2843 if [ "$ARCH" != "ia64" ] ; then 2844 # We need to keep the img file as boot file for ia64 platform 2845 rm -f $MINDI_CACHE/{*img,*iso} 2846 else 2847 rm -f $MINDI_CACHE/*iso 2848 fi 2844 2849 if [ "$PROMPT_MAKE_USB_IMAGE" = "yes" ] && [ "$USBDEVICE" != "" ]; then 2845 2850 OfferToMakeBootableUSB
Note:
See TracChangeset
for help on using the changeset viewer.