add lsusb to get-sysinfo
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
ca0c5ae01f
commit
12236805c3
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ dest="${0##*/}.${host}.log"
|
|||
lspci -nn
|
||||
lspci -vv
|
||||
|
||||
# usb stuff
|
||||
lsusb
|
||||
|
||||
# hw in total
|
||||
lshw
|
||||
|
||||
|
|
Loading…
Reference in a new issue