/sbin/lsmod | while read mod rest; do
        instmods "$mod"
done

This part relies on looking at the running system, and thus must not be part of the default dracut run. This seems OK for --hostonly mode.

Changing this will likely break some users depending on modules not otherwise pulled in elsewhere? Should I just go ahead and see what breaks?


[ -f /etc/modprobe.conf ] && dracut_install /etc/modprobe.conf
dracut_install $(find /etc/modprobe.d/ -type f )

This part is fine.

Warren Togami
[email protected]
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to