Skip to content

Commit

Permalink
Store output of lscpu -e in file lscpu_extended
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed Nov 13, 2019
1 parent 6be2fe0 commit f17f4a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grml-hwinfo
Expand Up @@ -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
Expand Down

0 comments on commit f17f4a0

Please sign in to comment.