diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d9d0aea..f6897d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index 136b16f1..8b1e6c09 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -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\ "