Changeset 2536 in MondoRescue for branches/2.2.9/mindi/mindi


Ignore:
Timestamp:
Jan 8, 2010, 4:49:02 PM (14 years ago)
Author:
Bruno Cornec
Message:

r3759@localhost: bruno | 2010-01-08 15:18:49 +0100

  • Finally the function ListLvmDrivesAndPartitions is used, as it creates info parsed by mindi !! So reverting back to filter excluded devices in it
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/mindi

    r2531 r2536  
    993993            LVM="false"
    994994        fi
     995        # Excluded LVs and GVs are not reported here
    995996        all_partitions=`cat $MINDI_TMP/lvm.res | grep -F ">>>" | cut -d' ' -f2-`
    996997    fi
    997998    all_partitions="$all_partitions `ListAllPartitions 2> /dev/null`"
    998 #    echo "all partitions = $all_partitions" > /dev/stderr
    999999    for i in $IMAGE_DEVS ; do
    10001000        mount | grep -F "$i " > /dev/null 2> /dev/null && Die "Sorry, $i is already mounted! CANNOT DO IMAGEDEV on it if it's mounted."
Note: See TracChangeset for help on using the changeset viewer.