From: Michael Prokop Date: Mon, 24 Jun 2019 13:16:58 +0000 (+0200) Subject: Store cpuid output in file `cpuid`, add cpuid to Recommends X-Git-Tag: v0.15.2~1 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=c8495ee51eb27d8d4750abb3d983f640dd4c11d6;p=grml-hwinfo.git Store cpuid output in file `cpuid`, add cpuid to Recommends --- diff --git a/debian/control b/debian/control index ff02190..a6c4efe 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Depends: sysfsutils, ${misc:Depends} Recommends: acpi, acpica-tools, + cpuid, dconf, dmidecode, dmsetup, diff --git a/grml-hwinfo b/grml-hwinfo index 382594f..a2203bc 100755 --- a/grml-hwinfo +++ b/grml-hwinfo @@ -216,6 +216,8 @@ cd "${OUTDIR}" || exit 1 done exectest sysdump && sysdump > ./sysdump 2>./sysdump.error + exectest cpuid && cpuid > ./cpuid 2>./cpuid.error + exectest uptime && uptime > ./uptime 2>./uptime.error # log