[Fai-commit] r3303 - trunk/lib

fai-repository at svn.debian.org fai-repository at svn.debian.org
Tue Mar 21 21:42:37 UTC 2006


Author: lange
Date: 2006-03-21 21:42:36 +0000 (Tue, 21 Mar 2006)
New Revision: 3303

Modified:
   trunk/lib/task_sysinfo
Log:
call lshw if available


Modified: trunk/lib/task_sysinfo
===================================================================
--- trunk/lib/task_sysinfo	2006-03-21 16:12:24 UTC (rev 3302)
+++ trunk/lib/task_sysinfo	2006-03-21 21:42:36 UTC (rev 3303)
@@ -10,6 +10,7 @@
 # now show hardware info
 
 [ -x "$(which dmidecode)" ] && dmidecode
+[ -x "$(which lshw)" ] && lshw -short
 
 [ -x "$(which discover)" ] && {
     discover




More information about the Fai-commit mailing list