dbginfo.sh: add lspci and smc output

This patch adds the base lspci command to list pci devices
and the smc_dbg command from the smc-tools package to show
SMC socket related information.

Signed-off-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Ursula Braun
2019-08-20 09:15:08 +02:00
committed by Jan Höppner
parent 49da03e2e7
commit 36292cb166
2 changed files with 6 additions and 0 deletions

View File

@@ -472,6 +472,8 @@ CMDS="uname -a\
:systemctl status docker.service\
:blockdev --report\
:lvdisplay\
:lspci -vv\
:smc_dbg\
"
########################################