Changeset 3037 in MondoRescue for branches/3.0/mindi


Ignore:
Timestamp:
Oct 1, 2012, 4:49:10 PM (12 years ago)
Author:
Bruno Cornec
Message:
  • Fix #623 by adopting Marertin's and Didier's patch in order to sort correctly the dev mapper devices when more than 10 are handled (was not recreating them correctly at restore time)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/analyze-my-lvm

    r3029 r3037  
    296296    done
    297297    if [ -f $MINDI_TMP/sorteddm ]; then
    298         sort -t'|' -n $MINDI_TMP/sorteddm | cut -d'|' -f2
     298        cut -d'-' -f2- $MINDI_TMP/sorteddm | sort -t'|' -n | cut -d'|' -f2
    299299    fi
    300300}
Note: See TracChangeset for help on using the changeset viewer.