From 2c2398af765c648afffa2dc159ebbf771bcf54d5 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 15 Jan 2019 10:26:48 +0100 Subject: [PATCH] Recommend acpica-tools package and provide acpidump output (as root) --- debian/control | 1 + grml-hwinfo | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/control b/debian/control index 5b3f454..9da2931 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,7 @@ Architecture: all Depends: sysfsutils, ${misc:Depends} Recommends: acpi, + acpica-tools, dconf, dmidecode, dmsetup, diff --git a/grml-hwinfo b/grml-hwinfo index 0070f83..e883cc5 100755 --- a/grml-hwinfo +++ b/grml-hwinfo @@ -323,6 +323,10 @@ cd "${OUTDIR}" || exit 1 /usr/share/doc/lm-sensors/examples/eeprom/decode-dimms.pl > decode-dimms 2>decode-dimms.error fi + if exectest acpidump ; then + acpidump > ./acpidump 2>./acpidump.error + fi + # proxmox exectest qm && qm list > ./qm 2>./qm.error # libvirt -- 2.1.4