From: Michael Prokop Date: Tue, 15 Jan 2019 09:26:48 +0000 (+0100) Subject: Recommend acpica-tools package and provide acpidump output (as root) X-Git-Tag: v0.15.0~5 X-Git-Url: http://git.grml.org/?p=grml-hwinfo.git;a=commitdiff_plain;h=2c2398af765c648afffa2dc159ebbf771bcf54d5 Recommend acpica-tools package and provide acpidump output (as root) --- 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