Ignore:
Timestamp:
Jun 19, 2011, 2:13:48 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Revert bad changes made accidentaly on the 2.2.8 branch
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.8/mondo/src/restore-scripts/mondo/format-and-kludge-vfat

    r2815 r2833  
    6363
    6464device=$1
    65 echo $device | grep -Eq "/cciss/|/mapper/|/ida/"
    66 if [ $? -eq "0" ]; then
    67     drive=`echo $device | sed s/[0-9p]*[0-9]//`
    68 else
    69     drive=`echo $drive | sed s/[0-9]*[0-9]//`
    70 fi
     65drive=`echo $device | sed s/[0-9]*[0-9]//`
    7166partition=`echo $device | sed s\%$drive\%\%`
    7267
Note: See TracChangeset for help on using the changeset viewer.