From 6208c0626a28bb0e74b07b4974b6e9fd446dd591 Mon Sep 17 00:00:00 2001 From: Steffen Maier Date: Wed, 1 Sep 2021 15:05:15 +0200 Subject: [PATCH] dbginfo.sh: collect udev rules from DPM device auto-configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Complements v2.5.0 commit fe68ec513dc1 ("zdev: Add support for handling auto-configuration data"). Signed-off-by: Steffen Maier Signed-off-by: Jan Höppner --- scripts/dbginfo.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index 77896441..d93e9b6b 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -398,6 +398,7 @@ CONFIGFILES="\ /etc/udev*\ /etc/xinet.d\ /etc/*release\ + /run/udev/rules.d\ $(find /lib/modules -name modules.dep 2>/dev/null)\ /etc/docker\ /lib/systemd/system/docker.service\