|
|
|
@ -69,8 +69,8 @@ installkernel() {
@@ -69,8 +69,8 @@ installkernel() {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
install() { |
|
|
|
|
[ -f /etc/modprobe.conf ] && dracut_install /etc/modprobe.conf |
|
|
|
|
dracut_install -o /{etc,lib}/modprobe.d/*.conf |
|
|
|
|
dracut_install -o /lib/modprobe.d/*.conf |
|
|
|
|
[[ $hostonly ]] && dracut_install -o /etc/modprobe.d/*.conf /etc/modprobe.conf |
|
|
|
|
inst_hook cmdline 01 "$moddir/parse-kernel.sh" |
|
|
|
|
inst_simple "$moddir/insmodpost.sh" /sbin/insmodpost.sh |
|
|
|
|
} |
|
|
|
|