dracut/modules.d/90kernel-modules
Victor Lowther 240cc7c480 Abstract out hostonly vs. generic module installation differences.
This introduces filter_kernel_modules, which should be used to install
all kernel modules that match whatever criteria you want.

If running in --hostonly, filter_kernel_modules will only consider
modules that are loaded in the kernel, otherwise it will consider
all the modules installed on the system for the appropriate kernel.

This drastically reduces initramfs generation time when using --hostonly
by eliminating lots of unneeded filesystem activity.
2009-08-20 15:52:45 -05:00
..
install dracut: add --kernel-only and --no-kernel arguments 2009-07-22 15:07:11 +02:00
installkernel Abstract out hostonly vs. generic module installation differences. 2009-08-20 15:52:45 -05:00