grml-hwinfo: Add inxi output
authorDarshaka Pathirana <dpat@syn-net.org>
Fri, 22 Sep 2023 15:34:08 +0000 (17:34 +0200)
committerDarshaka Pathirana <dpat@syn-net.org>
Fri, 22 Sep 2023 15:34:08 +0000 (17:34 +0200)
commit67431af6d071544751399d8259293a932800bb06
tree4ba81c0bc2765543ef3d0ee9baf609dd5492a9cf
parentea976383121614cddd5da0c3da54a942d6228227
grml-hwinfo: Add inxi output

* `inxi -F -xx` shows full with extra data level 2 output for inxi
  (except some verbose options)
* `inxi -FJ --admin` shows full with admin extra data (which sets extra
  data level 3) and `-J` which shows USB data for attached Hubs and
  Devices.

Extra Data Level 2 is enough for most use cases, but admin extra data
should show everything possible.

Closes: grml/grml-hwinfo#8
grml-hwinfo