From: Michael Prokop Date: Wed, 13 Nov 2019 20:24:22 +0000 (+0100) Subject: Store output of `lscpu -e` in file `lscpu_extended` X-Git-Tag: v0.15.3~5 X-Git-Url: http://git.grml.org/?p=grml-hwinfo.git;a=commitdiff_plain;h=f17f4a0b301ea4c38e133e618813475cccf33eaf Store output of `lscpu -e` in file `lscpu_extended` --- 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