Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!
| author | Michael Prokop <mika@grml.org> |
| Mon Aug 20 11:23:59 2007 +0200 (15 months ago) | |
| changeset 17 | a88d6663f74d |
| manifest | a88d6663f74d |
| parent 16 | 69bdf8026559 |
| child 18 | 7e8d4f5ecc73 |
--- a/debian/changelog Wed Jun 13 11:12:21 2007 +0200+++ b/debian/changelog Mon Aug 20 11:23:59 2007 +0200@@ -1,3 +1,9 @@ grml-hwinfo (0.3.4) unstable; urgency=lo+grml-hwinfo (0.3.5) unstable; urgency=low++ * Support /usr/share/doc/lm-sensors/examples/eeprom/decode-dimms.pl++ -- Michael Prokop <mika@grml.org> Mon, 20 Aug 2007 11:23:40 +0200+grml-hwinfo (0.3.4) unstable; urgency=low* Support x86info.
--- a/grml-hwinfo Wed Jun 13 11:12:21 2007 +0200+++ b/grml-hwinfo Mon Aug 20 11:23:59 2007 +0200@@ -4,7 +4,7 @@# Authors: grml-team (grml.org), (c) Michael Prokop <mika@grml.org># Bug-Reports: see http://grml.org/bugs/# License: This file is licensed under the GPL v2.-# Latest change: Die Jun 12 18:44:00 CEST 2007 [mika]+# Latest change: Mon Aug 20 11:23:37 CEST 2007 [mika]################################################################################# Notice: Some ideas have been taken from# http://club.black.co.at/david/hwdb/infodump@@ -171,6 +171,11 @@ elseexectest sfdisk && sfdisk -d > sfdisk 2>sfdisk.errorexectest ddcprobe && ddcprobe > ddcprobeexectest dmidecode && dmidecode > dmidecode++ 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+for disk in $disklist; doexectest smartctl && smartctl -i /dev/$disk >> smartctlexectest hdparm && hdparm -iv /dev/$disk >> hdparm