From 647ad51423d16078583a97bd56f647119b84363b Mon Sep 17 00:00:00 2001 From: Steffen Maier Date: Mon, 15 May 2023 12:24:22 +0200 Subject: [PATCH] dbginfo.sh: collect other config data from zdev in initrd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Complements commit ("zdev/dracut: retain early persistent config over switch root"). Github-ID: https://github.com/ibm-s390-linux/s390-tools/pull/158 Reviewed-by: Fedor Loshakov Acked-by: Vineeth Vijayan Acked-by: Peter Oberparleiter 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 d6c3b8ef..cc1cfa5f 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -442,6 +442,7 @@ CONFIGFILES="\ /run/udev/chreiplzfcpmp-ipl-volume-id\ /run/udev/rules.d\ /run/zdev_id.env\ + /run/zdev.*\ " ########################################