]> git.ipfire.org Git - thirdparty/dracut.git/commit
modules.d: Add a module for handling additional depmod kernel module directories
authorEugene Syromiatnikov <esyr@redhat.com>
Sat, 1 Sep 2018 12:02:32 +0000 (14:02 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Mon, 8 Oct 2018 08:49:36 +0000 (10:49 +0200)
commit290df2e1dee3724f0a7564a825be774f36584b94
treeb53d8ee7bc7d513b2732691e0c581d027b1a4832
parent4be697e5c19f18a17ec18368ded0787d6f32baf5
modules.d: Add a module for handling additional depmod kernel module directories

It parses depmod configuration and scans modules.dep for kernel modules
present in directories supplied in "overrides", "external", and "search"
depmod configuration options.  The resulting list of (absolute) kernel
module paths is then supplied to instmods.

* modules.d/90kernel-modules-extra/module-setup.sh: New file.
* dracut.spec (%files): Add
%{dracutlibdir}/modules.d/90kernel-modules-extra.

Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com>
dracut.spec
modules.d/90kernel-modules-extra/module-setup.sh [new file with mode: 0755]