Changeset 85 in MondoRescue for branches/2.04_berlios/mindi/aux-tools/sbin/format-and-kludge-vfat
- Timestamp:
- Oct 22, 2005, 12:31:29 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.04_berlios/mindi/aux-tools/sbin/format-and-kludge-vfat
r30 r85 94 94 exit 1 95 95 fi 96 LogIt "Fixing the boot block of $device with ms-sys" 2 97 ms-sys -w $device 2> /tmp/fakv.log > /dev/null 98 res=$? 99 retval=$(($retval+$res)) 100 if [ "$res" -ne "0" ]; then 101 LogIt "Errors occurred while fixing the boot block of $device!" 1 102 cat /tmp/fakv.log 103 exit 1 96 if [ "`arch`" != "ia64" ] ; then 97 LogIt "Fixing the boot block of $device with ms-sys" 2 98 ms-sys -w $device 2> /tmp/fakv.log > /dev/null 99 res=$? 100 retval=$(($retval+$res)) 101 if [ "$res" -ne "0" ]; then 102 LogIt "Errors occurred while fixing the boot block of $device!" 1 103 cat /tmp/fakv.log 104 exit 1 105 fi 104 106 fi 105 107 [ ! -e "/mnt/tmpK" ] && mkdir /mnt/tmpK
Note:
See TracChangeset
for help on using the changeset viewer.