From a3146409dae715ec28696fa9068c07ac984ffd92 Mon Sep 17 00:00:00 2001 From: Steffen Maier Date: Tue, 29 Jun 2021 16:11:08 +0200 Subject: [PATCH] dbginfo.sh: collect zipl boot menu entries from boot loader specification MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Zipl.conf is collected via /etc/*.conf in CONFIGFILES but BLS snippets do not appear in /etc/zipl.conf. Complements v2.5.0 commit d280e5b1fa50 ("zipl: Add BootLoaderSpec support") Signed-off-by: Steffen Maier Signed-off-by: Jan Höppner --- CHANGELOG.md | 1 + scripts/dbginfo.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 002f908d..843c4c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Release history for s390-tools (MIT version) For Linux kernel version: 5.xx Changes of existing tools: + - dbginfo.sh: Collect zipl boot menu entries from boot loader specification Bug Fixes: diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index 49ca11c0..f2bd61a5 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -358,6 +358,7 @@ LOGFILES="\ ######################################## CONFIGFILES="\ + /boot/loader/entries/*.conf\ /boot/grub2/grub.cfg\ /boot/zipl/active_devices.txt\ /boot/zipl/config\