Support edac-utils
authorMichael Prokop <mika@grml.org>
Tue, 2 Sep 2014 03:57:43 +0000 (20:57 -0700)
committerMichael Prokop <mika@grml.org>
Tue, 2 Sep 2014 04:03:01 +0000 (21:03 -0700)
debian/control
grml-hwinfo

index d29d4d6..bdfd20a 100644 (file)
@@ -18,6 +18,7 @@ Recommends: acpi,
             dconf,
             dmidecode,
             dmsetup,
+            edac-utils,
             hdparm,
             hwinfo,
             iproute2 | iproute,
index 2898a3c..65e7566 100755 (executable)
@@ -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