You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
336 B
13 lines
336 B
#!/bin/bash |
|
inst lvm |
|
|
|
inst_rules "$moddir/64-lvm.rules" 64-lvm.rules |
|
|
|
if [[ $hostonly ]]; then |
|
[ -f /etc/lvm/lvm.conf ] && inst /etc/lvm/lvm.conf |
|
fi |
|
|
|
inst "$moddir/lvm_scan.sh" /sbin/lvm_scan |
|
inst_hook cmdline 30 "$moddir/parse-lvm.sh" |
|
inst_hook pre-pivot 30 "$moddir/lvm-cleanup.sh" |
|
inst_hook pre-pivot 31 "$moddir/lvm-cleanup.sh" |