Changeset 3065 in MondoRescue


Ignore:
Timestamp:
Nov 11, 2012, 5:22:14 AM (11 years ago)
Author:
Bruno Cornec
Message:

r5050@localhost: bruno | 2012-11-11 02:40:29 +0100

  • Fx a typo in mindi which was causing LVs to disappear from the mountlist on SLES case and similar
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r3064 r3065  
    10851085            elif [ "`echo $current_partition | grep -E '^/dev/dm-'`" ]; then
    10861086                # For SLES 11 type of distro, do not use dm devices as they are unable to be handled by lvm commands
    1087                 current_partition=`$MINDI_LIB/analyze-my-lvm --givemapperofdm $current_parition`
     1087                current_partition=`$MINDI_LIB/analyze-my-lvm --givemapperofdm $current_partition`
    10881088            fi
    10891089            [ "`echo "$useless_dev" | grep -F "$current_partition"`" ] && continue
     
    29922992LogFile "FORCE_MODS:"
    29932993LogFile "-------------"
    2994 LogFile $FORCE_MODS
     2994LogFile "$FORCE_MODS"
    29952995LogFile "-------------"
    29962996LogFile "DENY_MODS:"
    29972997LogFile "-------------"
    2998 LogFile $DENY_MODS
     2998LogFile "$DENY_MODS"
    29992999LogFile "-------------"
    30003000LogFile "df result:"
Note: See TracChangeset for help on using the changeset viewer.