From: Michael Prokop Date: Tue, 14 May 2013 14:31:25 +0000 (+0200) Subject: Support lscpu, lsblk and dmsetup ls --tree X-Git-Tag: v0.9.0~3 X-Git-Url: http://git.grml.org/?p=grml-hwinfo.git;a=commitdiff_plain;h=11eeed78779bdb435625ef92a633b3140cb5b856 Support lscpu, lsblk and dmsetup ls --tree Thanks to Michael Renner for triggering this. --- diff --git a/grml-hwinfo b/grml-hwinfo index 15959eb..0780e8b 100755 --- a/grml-hwinfo +++ b/grml-hwinfo @@ -206,6 +206,7 @@ cd "${OUTDIR}" || exit 1 exectest hwinfo && hwinfo log=hwinfo exectest numactl && numactl --hardware > numactl exectest x86info && x86info > x86info 2>x86info.2 + exectest lscpu && lscpu > lscpu # net stuff exectest ifconfig && ifconfig -v -a > ifconfig @@ -286,6 +287,8 @@ cd "${OUTDIR}" || exit 1 exectest lvdisplay && lvdisplay > lvdisplay 2>lvdisplay.error exectest dmsetup && dmsetup ls > dmsetup_ls 2>dmsetup_ls.error + exectest dmsetup && dmsetup ls --tree > dmsetup_ls_tree 2>dmsetup_ls_tree.error + exectest lsblk && lsblk > lsblk 2>lsblk.error # iSCSI if exectest iscsiadm ; then