From ae9ba9618720aa300c650b6c70bf18ec7b110c83 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 15 Jan 2019 10:36:01 +0100 Subject: [PATCH] Report SecureBoot state via mokutil --- debian/control | 1 + grml-hwinfo | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/control b/debian/control index 9da2931..af00fd3 100644 --- a/debian/control +++ b/debian/control @@ -29,6 +29,7 @@ Recommends: acpi, lvm2, mcelog, mdadm, + mokutil, net-tools, numactl, open-iscsi, diff --git a/grml-hwinfo b/grml-hwinfo index 06ef4e5..6d98829 100755 --- a/grml-hwinfo +++ b/grml-hwinfo @@ -338,6 +338,10 @@ cd "${OUTDIR}" || exit 1 acpidump > ./acpidump 2>./acpidump.error fi + if exectest mokutil ; then + mokutil --sb-state > ./mokutil_state 2>./mokutil_state.error + fi + # proxmox exectest qm && qm list > ./qm 2>./qm.error # libvirt -- 2.1.4