Changeset 274 in MondoRescue for trunk/mindi/aux-tools


Ignore:
Timestamp:
Jan 3, 2006, 4:15:54 PM (18 years ago)
Author:
bcornec
Message:

merge -r272:273 $SVN_M/branches/2.06

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mindi/aux-tools/sbin/format-and-kludge-vfat

    r197 r274  
    110110umount /mnt/tmpK || Die "Can't unmount /mnt/tmpK"
    111111
    112 ideal_size=`cat /tmp/mountlist.txt | grep "$device " | tr -s ' ' ' ' | cut -d' ' -f4`
     112ideal_size=`grep "$device " /tmp/mountlist.txt | tr -s ' ' ' ' | cut -d' ' -f4`
    113113if [ "$ideal_size" = "" ]; then
    114114    LogIt "format-and-kludge-vfat --- can't find $device in mountlist" 1
Note: See TracChangeset for help on using the changeset viewer.