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


Ignore:
Timestamp:
Jan 8, 2010, 1:58:43 PM (14 years ago)
Author:
Bruno Cornec
Message:

r3749@localhost: bruno | 2010-01-08 12:28:35 +0100

  • Still fixing the same issues on device exclusion and LVM
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/mindi

    r2530 r2531  
    12691269        skip=0
    12701270        if [ "$EXCLUDE_DEVS" ] ; then
    1271             for d in "$EXCLUDE_DEVS" ; do
     1271            for d in $EXCLUDE_DEVS ; do
    12721272                if  [ "`echo " $current_partition " | grep " $d"`" != "" ]; then
    12731273                    echo "Excluding $current_partition from mountlist (due to excluded device $d)" >> $LOGFILE
     1274                    skip=1
    12741275                    continue
    1275                     skip=1
    12761276                fi
    12771277            done
    12781278        fi
    12791279        if [ $skip -eq 1 ]; then
    1280             continue
     1280            continue
    12811281        fi
    12821282        if [ ! "$partition_mountpt" ] ; then
Note: See TracChangeset for help on using the changeset viewer.