From f17f4a0b301ea4c38e133e618813475cccf33eaf Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 13 Nov 2019 21:24:22 +0100 Subject: [PATCH] Store output of `lscpu -e` in file `lscpu_extended` --- grml-hwinfo | 1 + 1 file changed, 1 insertion(+) diff --git a/grml-hwinfo b/grml-hwinfo index a2203bc..8af9f8d 100755 --- a/grml-hwinfo +++ b/grml-hwinfo @@ -229,6 +229,7 @@ cd "${OUTDIR}" || exit 1 exectest numactl && numactl --hardware > ./numactl exectest x86info && x86info > ./x86info 2>./x86info.error exectest lscpu && lscpu > ./lscpu + exectest lscpu && lscpu -e > ./lscpu_extended # EFI exectest efibootmgr && efibootmgr -v > efibootmgr -- 2.1.4