From: Michael Prokop Date: Tue, 2 Sep 2014 03:57:43 +0000 (-0700) Subject: Support edac-utils X-Git-Tag: v0.10.0~3 X-Git-Url: http://git.grml.org/?p=grml-hwinfo.git;a=commitdiff_plain;h=9b0e96beff6fbf9907acd0b96e61dfccfba49c9d Support edac-utils --- 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