From 11eeed78779bdb435625ef92a633b3140cb5b856 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 14 May 2013 16:31:25 +0200 Subject: [PATCH] Support lscpu, lsblk and dmsetup ls --tree Thanks to Michael Renner for triggering this. --- grml-hwinfo | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.1.4