Store output of `lscpu -e` in file `lscpu_extended`
authorMichael Prokop <mika@grml.org>
Wed, 13 Nov 2019 20:24:22 +0000 (21:24 +0100)
committerMichael Prokop <mika@grml.org>
Wed, 13 Nov 2019 20:24:22 +0000 (21:24 +0100)
grml-hwinfo

index a2203bc..8af9f8d 100755 (executable)
@@ -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