mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
dbginfo.sh: collect all places where modprobe.d config files could exist
This can now include /lib/modprobe.d/10-unsupported-modules.conf Strictly speaking, modprobe would only consider *.conf files inside those directories, but for consistency with the already existing collection of /etc/modprobe.d instead of /etc/modprobe.d/*.conf, do the same for the added missing locations. Signed-off-by: Steffen Maier <maier@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
a26f61c4fe
commit
b4b2202ff5
@@ -403,11 +403,15 @@ CONFIGFILES="\
|
||||
/etc/systemd\
|
||||
/etc/udev*\
|
||||
/etc/xinet.d\
|
||||
/lib/modprobe.d\
|
||||
$(find /lib/modules -name modules.dep 2>/dev/null)\
|
||||
/lib/systemd/system/docker.service\
|
||||
/usr/lib/modprobe.d\
|
||||
/usr/lib/modules-load.d/*.conf\
|
||||
/usr/lib/systemd/system\
|
||||
/usr/local/lib/modprobe.d\
|
||||
/usr/local/lib/modules-load.d/*.conf\
|
||||
/run/modprobe.d\
|
||||
/run/modules-load.d/*.conf\
|
||||
/run/udev/chreiplzfcpmp-ipl-volume-id\
|
||||
/run/udev/rules.d\
|
||||
|
||||
Reference in New Issue
Block a user