Changeset 2526 in MondoRescue
- Timestamp:
- Jan 7, 2010, 5:45:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/analyze-my-lvm
r2424 r2526 180 180 # Skip devices excluded, coming from mondoarchive 181 181 if [ "$EXCLUDE_DEVS" ] && [ "`echo " $EXCLUDE_DEVS " | grep " $d "`" ]; then 182 182 continue 183 183 fi 184 # If multipath check which type of devi des are given, mpath prefered184 # If multipath check which type of devices are given, mpath prefered 185 185 if [ -f /etc/multipath.conf ]; then 186 GiveMapperOfdm $d 186 i=`GiveMapperOfdm $d` 187 if [ "$EXCLUDE_DEVS" ] && [ "`echo " $EXCLUDE_DEVS " | grep " $i "`" ]; then 188 continue 189 fi 190 echo $i 187 191 else 188 192 echo $d
Note:
See TracChangeset
for help on using the changeset viewer.