Changeset 3059 in MondoRescue


Ignore:
Timestamp:
Nov 9, 2012, 2:05:37 AM (11 years ago)
Author:
Bruno Cornec
Message:

r5032@localhost: bruno | 2012-11-08 23:24:32 +0100

  • Comment why not using dm on SLES
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r3055 r3059  
    10861086                current_partition="$c_p"
    10871087            elif [ "`echo $current_partition | grep -E '^/dev/dm-'`" ]; then
     1088                # For SLES 11 type of distro, do not use dm devices as they are unable to be handled by lvm commands
    10881089                current_partition=`$MINDI_LIB/analyze-my-lvm --givemapperofdm $current_parition`
    10891090            fi
Note: See TracChangeset for help on using the changeset viewer.