X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-hwinfo;h=0070f83d19b04182fc3606b594417a13d80307a6;hb=b1a7dff70eb01b6e21768c381996a77ab1d63c5d;hp=fc5c8b4d26f24a595f444ec6305107d5cb4f56bc;hpb=e8bebe30540f763678768d6055990ca3f41f6e37;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