]> gitweb.fluxo.info Git - hydra.git/commitdiff
Hwinfo: show all fields from lsblk output
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 13 May 2019 00:44:19 +0000 (21:44 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 13 May 2019 00:44:19 +0000 (21:44 -0300)
share/hydractl/hwinfo

index e15c45627e34793ce91188f4bef46e866ed0ad68..725f90f381af0bba7dc3f2721c326f3b50f7cfb2 100755 (executable)
@@ -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