X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-hwinfo;fp=grml-hwinfo;h=0070f83d19b04182fc3606b594417a13d80307a6;hb=b0e90e6346da7b1fd38ae494b3aeee87f7efc914;hp=fc5c8b4d26f24a595f444ec6305107d5cb4f56bc;hpb=a95f66a76368c3430d9871761e9aba02b4163c16;p=grml-hwinfo.git diff --git a/grml-hwinfo b/grml-hwinfo index fc5c8b4..0070f83 100755 --- a/grml-hwinfo +++ b/grml-hwinfo @@ -219,6 +219,9 @@ cd "${OUTDIR}" || exit 1 exectest x86info && x86info > ./x86info 2>./x86info.error exectest lscpu && lscpu > ./lscpu + # EFI + exectest efibootmgr && efibootmgr -v > efibootmgr + # net stuff, net-tools: exectest ifconfig && ifconfig -v -a > ./ifconfig exectest route && route -n > ./route