Changeset 2196 in MondoRescue
- Timestamp:
- May 11, 2009, 2:39:31 PM (16 years ago)
- Location:
- branches/2.2.9/mondo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/bootstrap
r541 r2196 30 30 aclocal 31 31 autoheader 32 automake 32 automake --add-missing 33 33 autoconf 34 34 rm -rf autom4te.cache -
branches/2.2.9/mondo/src/restore-scripts/mondo/make-me-bootable
r1315 r2196 17 17 mountpt=`grep "$i " $1 | tr -s '\t' ' ' | cut -d' ' -f2` 18 18 format=`grep "$i " $1 | tr -s '\t' ' ' | cut -d' ' -f3` 19 # Warning wrong if LVM ! 19 20 drive=`echo $i | sed -e 's/[0-9]*$//' -e 's/\([0-9]\)p$/\1/'` 20 21 partno=`echo $i | sed -e 's/^.*[^0-9]\([0-9]*\)$/\1/'` … … 47 48 if [ "$dummy" != "" ] ; then 48 49 if [ "$partno" = "0" ] || [ ! "$partno" ] ; then 49 partno="1"50 fi50 partno="1" 51 fi 51 52 echo "$partno" 52 53 else
Note:
See TracChangeset
for help on using the changeset viewer.