diff --git a/CHANGELOG.md b/CHANGELOG.md index 52788fc9..0d9d0aea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Release history for s390-tools (MIT version) - chreipl-fcp-mpath: bundle a pre-cooked version of the manpage for build environments without access to `pandoc` - dbginfo.sh: Add multipath info to map paths to FC addressing and prio group + - dbginfo.sh: Sort list of environment variables for readability Bug Fixes: diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index 6e22e7e8..136b16f1 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -427,7 +427,7 @@ CMDS="uname -a\ :systemctl --all --no-pager list-unit-files\ :systemd-delta\ :ulimit -a\ - :env\ + :env --null | sort --zero-terminated | tr '\000' '\n'\ :find /boot -print0 | sort -z | xargs -0 -n 10 ls -ld\ :find /var/crash -print0 | sort -z | xargs -0 -n 10 ls -ld\ :df -h\