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\