From c8495ee51eb27d8d4750abb3d983f640dd4c11d6 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 24 Jun 2019 15:16:58 +0200 Subject: [PATCH] Store cpuid output in file `cpuid`, add cpuid to Recommends --- debian/control | 1 + grml-hwinfo | 2 ++ 2 files changed, 3 insertions(+) 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 -- 2.1.4