From 9b0e96beff6fbf9907acd0b96e61dfccfba49c9d Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 1 Sep 2014 20:57:43 -0700 Subject: [PATCH] Support edac-utils --- debian/control | 1 + grml-hwinfo | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/debian/control b/debian/control index d29d4d6..bdfd20a 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Recommends: acpi, dconf, dmidecode, dmsetup, + edac-utils, hdparm, hwinfo, iproute2 | iproute, diff --git a/grml-hwinfo b/grml-hwinfo index 2898a3c..65e7566 100755 --- a/grml-hwinfo +++ b/grml-hwinfo @@ -289,6 +289,11 @@ cd "${OUTDIR}" || exit 1 mcelog --dmi > mcelog_dmi 2>mcelog_dmi.error fi + if exectest edac-util ; then + edac-util > edac-util 2>edac-util.error + edac-util --report=full > edac-util_report 2>edac-util_report.error + fi + if [ -x /usr/share/doc/lm-sensors/examples/eeprom/decode-dimms.pl ] ; then /usr/share/doc/lm-sensors/examples/eeprom/decode-dimms.pl > decode-dimms 2>decode-dimms.error fi -- 2.1.4