Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../lib/dracut/modules..../90lvm
File: parse-lvm.sh
#!/bin/sh
[0] Fix | Delete
[1] Fix | Delete
if [ -e /etc/lvm/lvm.conf ] && ! getargbool 1 rd.lvm.conf -d -n rd_NO_LVMCONF; then
[2] Fix | Delete
rm -f -- /etc/lvm/lvm.conf
[3] Fix | Delete
fi
[4] Fix | Delete
[5] Fix | Delete
LV_DEVS="$(getargs rd.lvm.vg -d rd_LVM_VG=) $(getargs rd.lvm.lv -d rd_LVM_LV=)"
[6] Fix | Delete
[7] Fix | Delete
if ! getargbool 1 rd.lvm -d -n rd_NO_LVM \
[8] Fix | Delete
|| ( [ -z "$LV_DEVS" ] && ! getargbool 0 rd.auto ); then
[9] Fix | Delete
info "rd.lvm=0: removing LVM activation"
[10] Fix | Delete
rm -f -- /etc/udev/rules.d/64-lvm*.rules
[11] Fix | Delete
else
[12] Fix | Delete
for dev in $LV_DEVS; do
[13] Fix | Delete
wait_for_dev -n "/dev/$dev"
[14] Fix | Delete
done
[15] Fix | Delete
fi
[16] Fix | Delete
[17] Fix | Delete
[18] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function