From ca986761eb68925f95e9ef004547826f362b429e Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 12 Jun 2007 18:44:17 +0200 Subject: [PATCH] Support x86info --- debian/changelog | 6 ++++++ grml-hwinfo | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bb70521..1bf8667 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-hwinfo (0.3-4) unstable; urgency=low + + * Support x86info. + + -- Michael Prokop Tue, 12 Jun 2007 18:44:07 +0200 + grml-hwinfo (0.3-3) unstable; urgency=low [Michael Prokop] diff --git a/grml-hwinfo b/grml-hwinfo index 5d7dbae..8c1c590 100755 --- a/grml-hwinfo +++ b/grml-hwinfo @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mon Jun 11 12:15:04 CEST 2007 [mika] +# Latest change: Die Jun 12 18:44:00 CEST 2007 [mika] ################################################################################ # Notice: Some ideas have been taken from # http://club.black.co.at/david/hwdb/infodump @@ -114,6 +114,7 @@ mkdir info || exit -1 # hwinfo exectest discover && discover -v --type-summary --enable-bus all > discover 2> discover.2 exectest hwinfo && hwinfo log=hwinfo + exectest x86info && x86info > x86info 2>x86info.2 # net stuff exectest ifconfig && ifconfig -v -a > ifconfig -- 2.1.4