]> git.ipfire.org Git - thirdparty/dracut.git/commit
Support out-of-tree and updated drivers in initramfs creation
authorJoe Lawrence <Joe.Lawrence@stratus.com>
Thu, 24 Jan 2013 22:26:43 +0000 (17:26 -0500)
committerHarald Hoyer <harald@redhat.com>
Fri, 25 Jan 2013 12:07:59 +0000 (13:07 +0100)
commitfa9f15e3be811bd1e55938fa92a110f9d389342d
tree9f9dccac1fbab17d4066835f0842b2a34365130f
parentae4758ce0d0ceeddabe4a78dd575c7b42c349a88
Support out-of-tree and updated drivers in initramfs creation

The find_kernel_modules_by_path function shouldn't filter out modules not
located underneath the /lib/modules/ver/kernel directory as out-of-tree
drivers may reside in /lib/modules/ver/extra and updated drivers in
/lib/modules/ver/updates.

Signed-off-by: Joe Lawrence <joe.lawrence@stratus.com>
dracut-functions.sh