diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-05-11 16:59:17 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-06-12 12:48:28 +0200 |
commit | 8c5045f9b2681774e8731dc0d142c207b61aedf6 (patch) | |
tree | ed99cb2d5b7e167ba77c22db8b564c06d8a63101 /test | |
parent | core: split out smbios type 11 reader into src/shared/smbios11.[ch] (diff) | |
download | systemd-8c5045f9b2681774e8731dc0d142c207b61aedf6.tar.xz systemd-8c5045f9b2681774e8731dc0d142c207b61aedf6.zip |
analyze: add verb for dumping SMBIOS Type #11 data
I find myself wanting to check this data with a quick command, and
browsing through /sys/ manually getting binary data sucks. Hence let's
do add a nice little analysis tool.
Diffstat (limited to 'test')
-rwxr-xr-x | test/units/TEST-65-ANALYZE.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/units/TEST-65-ANALYZE.sh b/test/units/TEST-65-ANALYZE.sh index 18f5c4d804..fde15192f7 100755 --- a/test/units/TEST-65-ANALYZE.sh +++ b/test/units/TEST-65-ANALYZE.sh @@ -947,6 +947,9 @@ systemd-analyze architectures x86-64 systemd-analyze architectures native systemd-analyze architectures uname +systemd-analyze smbios11 +systemd-analyze smbios11 -q + systemd-analyze log-level info touch /testok |