From: Silvio Rhatto Date: Mon, 13 May 2019 00:44:19 +0000 (-0300) Subject: Hwinfo: show all fields from lsblk output X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=91e75dbafb80af66221996b3e3e01de8e53d342d;p=hydra.git Hwinfo: show all fields from lsblk output --- 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