dbginfo.sh: collect config files of systemd-modules-load.service

Recent multipath-tools can depend on this.
a1eabea75e
("multipathd.service: drop ExecStartPre for loading dm-multipath")
92f0893ac1
("multipath-tools: install modules-load.d/multipath.conf")

This can now also include /usr/lib/modules-load.d/s390-pkey.conf
Complements v2.8.0 commit
dffd41943e ("pkey: Support autoloading kernel pkey module").

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:38:16 +01:00
committed by Jan Höppner
parent a28b396d9e
commit a26f61c4fe
2 changed files with 5 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ Release history for s390-tools (MIT version)
build environments without access to `pandoc`
- dbginfo.sh: Add multipath info to map paths to FC addressing and prio group
- dbginfo.sh: Sort list of environment variables for readability
- dbginfo.sh: Collect config files of systemd-modules-load.service
Bug Fixes:

View File

@@ -382,6 +382,7 @@ CONFIGFILES="\
/etc/lvm\
/etc/modprobe.conf*\
/etc/modprobe.d\
/etc/modules-load.d/*.conf\
/etc/mtab\
/etc/multipath\
/etc/network\
@@ -404,7 +405,10 @@ CONFIGFILES="\
/etc/xinet.d\
$(find /lib/modules -name modules.dep 2>/dev/null)\
/lib/systemd/system/docker.service\
/usr/lib/modules-load.d/*.conf\
/usr/lib/systemd/system\
/usr/local/lib/modules-load.d/*.conf\
/run/modules-load.d/*.conf\
/run/udev/chreiplzfcpmp-ipl-volume-id\
/run/udev/rules.d\
"