Changeset 968 in MondoRescue


Ignore:
Timestamp:
Nov 23, 2006, 6:10:12 PM (17 years ago)
Author:
Bruno Cornec
Message:

Still on LVM error message incorrect. Should now be fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r967 r968  
    11871187    if [ $LVM != "false" ]; then
    11881188        echo -en "\rAnalyzing LVM...\r"
    1189         $MINDI_LIB/analyze-my-lvm | grep -F ">>>" | cut -d' ' -f2-32 > $MINDI_TMP/lvm.res
     1189        $MINDI_LIB/analyze-my-lvm > $MINDI_TMP/lvm.res
    11901190        if [ $? -eq -1 ]; then
    11911191            LVM="false"
    11921192        fi
    1193         all_partitions=`cat $MINDI_TMP/lvm.res`
     1193        all_partitions=`cat $MINDI_TMP/lvm.res | grep -F ">>>" | cut -d' ' -f2-32`
    11941194    fi
    11951195    all_partitions="$all_partitions `ListAllPartitions 2> /dev/null`"
Note: See TracChangeset for help on using the changeset viewer.