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


Ignore:
Timestamp:
Feb 12, 2010, 3:27:07 PM (14 years ago)
Author:
Bruno Cornec
Message:

analyze-my-lvm now provides an option to call GiveMapperOfdm that can be used in mindi. Solve #395

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/mindi

    r2577 r2579  
    11931193            list_of_devices="`ReadAllLink $current_partition`"
    11941194            for d in $list_of_devices; do
    1195                 l="$l `GiveMapperOfdm $d`"
     1195                l="$l `$MINDI_LIB/analyze-my-lvm --givemapperofdm $d`"
    11961196            done
    11971197            list_of_devices="`echo $l | sort -u`"
Note: See TracChangeset for help on using the changeset viewer.