Changeset 2579 in MondoRescue
- Timestamp:
- Feb 12, 2010, 3:27:07 PM (15 years ago)
- Location:
- branches/2.2.9/mindi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/analyze-my-lvm
r2571 r2579 325 325 326 326 # -------------------------------- main ----------------------------------- 327 328 if [ "$1" = "--givemapperofdm" ] ; then 329 shift 330 if [ _"$1" != _"" ] ; then 331 GiveMapperOfdm $1 332 fi 333 exit 0 334 fi 335 336 327 337 which lvmdiskscan 2>/dev/null 2>&1 || Die "lvmdiskscan not found. Won't handle LVM." 328 338 if [ -e "/proc/lvm/global" ] && [ "`tr -s '\t' ' ' < /proc/lvm/global | grep "0 VGs 0 PVs 0 LVs"`" != "" ]; then -
branches/2.2.9/mindi/mindi
r2577 r2579 1193 1193 list_of_devices="`ReadAllLink $current_partition`" 1194 1194 for d in $list_of_devices; do 1195 l="$l ` GiveMapperOfdm $d`"1195 l="$l `$MINDI_LIB/analyze-my-lvm --givemapperofdm $d`" 1196 1196 done 1197 1197 list_of_devices="`echo $l | sort -u`"
Note:
See TracChangeset
for help on using the changeset viewer.