diff options
-rw-r--r-- | sos/plugins/hardware.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/hardware.py b/sos/plugins/hardware.py index 18835de0..191a1541 100644 --- a/sos/plugins/hardware.py +++ b/sos/plugins/hardware.py @@ -43,6 +43,7 @@ class hardware(Plugin): "/proc/s390dbf/tape", "/sys/bus/scsi", "/sys/state", + "/sys/firmware/acpi/tables", "/var/log/mcelog"]) 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") |