Changeset 2550 in MondoRescue for branches/2.2.9/mindi


Ignore:
Timestamp:
Jan 26, 2010, 11:49:08 AM (14 years ago)
Author:
Bruno Cornec
Message:

Fix a typo in the way device mapper files where excluded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/rootfs/sbin/init

    r2535 r2550  
    423423                    # FIXME: Should search for all possible device names here
    424424                    grep -Ev "/dev/$v/$l" /tmp/mountlist.txt > /tmp/mountlist.txt.new
    425                     grep -Ev "/dev/mapper/${v}-v$l" /tmp/mountlist.txt.new > /tmp/mountlist.txt
     425                    grep -Ev "/dev/mapper/${v}-$l" /tmp/mountlist.txt.new > /tmp/mountlist.txt
    426426                done
    427427            done
Note: See TracChangeset for help on using the changeset viewer.