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:
Steffen Maier
2022-03-08 20:44:42 +01:00
committed by Jan Höppner
parent a26f61c4fe
commit b4b2202ff5
2 changed files with 5 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ Release history for s390-tools (MIT version)
- dbginfo.sh: Collect config files of systemd-modules-load.service
Bug Fixes:
- dbginfo.sh: Collect all places where modprobe.d config files could exist
* __v2.20.0 (2022-02-04)__

View File

@@ -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\