Changeset 2535 in MondoRescue for branches/2.2.9/mindi/rootfs/sbin/init
- Timestamp:
- Jan 8, 2010, 4:22:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/rootfs/sbin/init
r2533 r2535 421 421 EXCLUDE_LVS=`grep " $v" /tmp/i-want-my-lvm | grep lvcreate | sed "s/^.*-n \([^ ][^ ]*\) .*$/$1/"` 422 422 for l in $EXCLUDE_LVS; do 423 # FIXME: Should search for all possible device names here 423 424 grep -Ev "/dev/$v/$l" /tmp/mountlist.txt > /tmp/mountlist.txt.new 424 mv /tmp/mountlist.txt.new/tmp/mountlist.txt425 grep -Ev "/dev/mapper/${v}-v$l" /tmp/mountlist.txt.new > /tmp/mountlist.txt 425 426 done 426 427 done
Note:
See TracChangeset
for help on using the changeset viewer.