13178ca5fa
This synchronises sos in master to the current upstream sos-2.2 branch and includes all patches from RHEL6 not already present.
12 lines
763 B
Diff
12 lines
763 B
Diff
diff -up sos-2.2/sos/plugins/hardware.py.orig sos-2.2/sos/plugins/hardware.py
|
|
--- sos-2.2/sos/plugins/hardware.py.orig 2012-03-06 11:18:50.687318018 +0000
|
|
+++ sos-2.2/sos/plugins/hardware.py 2012-03-06 11:19:04.559318335 +0000
|
|
@@ -41,6 +41,7 @@ class hardware(sos.plugintools.PluginBas
|
|
self.collectExtOutput("""/bin/echo -e "lspci:\n" ; /sbin/lspci ; /bin/echo -e "\nlspci -nvv:\n" ; /sbin/lspci -nvv ; /bin/echo -e "\nlspci -tv:\n" ; /sbin/lspci -tv""", suggest_filename = "lspci", root_symlink = "lspci")
|
|
|
|
self.collectExtOutput("/usr/sbin/dmidecode", root_symlink = "dmidecode")
|
|
+ self.collectExtOutput("/usr/bin/cpufreq-info")
|
|
|
|
if self.policy().getArch().endswith("386"):
|
|
self.collectExtOutput("/usr/sbin/x86info -a")
|