dracut.sh, dracut-functions.sh: do lazy kernel module dep resolving
authorHarald Hoyer <harald@redhat.com>
Wed, 27 Jun 2012 07:35:39 +0000 (09:35 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 29 Jun 2012 10:41:27 +0000 (12:41 +0200)
commitd8aeb3a72afe03e426f4ea9f07c857c9a499144f
tree48301f0754854d0c3c991c10073940f460b3059c
parent2cf987f5c344d49a2db0cd2741b4a6bb64e122fc
dracut.sh, dracut-functions.sh: do lazy kernel module dep resolving

First, we just install the kernel module and keep track, what we
installed. At the very end, call modprobe and modinfo for firmwares to
resolve all kernel module dependencies. This speeds up image creation,
because we can call modprobe and modinfo with many modules.
dracut-functions.sh
dracut.sh