mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
dbginfo.sh: collect config files of systemd-modules-load.service
Recent multipath-tools can depend on this.
https://github.com/opensvc/multipath-tools/commit/a1eabea75e8e0f6072f2b655cae25ec473b006c5
("multipathd.service: drop ExecStartPre for loading dm-multipath")
https://github.com/opensvc/multipath-tools/commit/92f0893ac1f0c9daf7eef8753e6bd9730bcce4c6
("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:
committed by
Jan Höppner
parent
a28b396d9e
commit
a26f61c4fe
@@ -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\
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user