diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-05-12 21:44:19 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-05-12 21:44:19 -0300 |
commit | 91e75dbafb80af66221996b3e3e01de8e53d342d (patch) | |
tree | 6d39cbc5460e2319f44694fed78282096b44fba3 /share/hydractl/hwinfo | |
parent | 538f03143c1afc420e884a66dfabcb9c42810a1f (diff) | |
download | hydra-91e75dbafb80af66221996b3e3e01de8e53d342d.tar.gz hydra-91e75dbafb80af66221996b3e3e01de8e53d342d.tar.bz2 |
Hwinfo: show all fields from lsblk output
Diffstat (limited to 'share/hydractl/hwinfo')
-rwxr-xr-x | share/hydractl/hwinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/hwinfo b/share/hydractl/hwinfo index e15c456..725f90f 100755 --- a/share/hydractl/hwinfo +++ b/share/hydractl/hwinfo @@ -68,7 +68,7 @@ if which lsusb &> /dev/null; then fi if which lsblk &> /dev/null; then - $SUDO lsblk #> lsblk.txt + $SUDO lsblk -O #> lsblk.txt fi if which hwinfo &> /dev/null; then |