X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-hwinfo;h=e883cc570fff74c5d9632e7e3250ed03507192c7;hb=2c2398af765c648afffa2dc159ebbf771bcf54d5;hp=72f79c0ae6f6891493633de0ce833c7401dac68c;hpb=3f7e6057860e243d824578309559f78097a1e36d;p=grml-hwinfo.git diff --git a/grml-hwinfo b/grml-hwinfo index 72f79c0..e883cc5 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 @@ -229,7 +232,7 @@ cd "${OUTDIR}" || exit 1 exectest ip && ip link show > ip_link exectest ip && ip maddr show > ip_maddr exectest ip && ip mroute show > ip_mroute - exectest ip && ip mrule show > ip_mrule + exectest ip && ip mrule show > ip_mrule 2>ip_mrule.error exectest ip && ip neigh show > ip_neigh exectest ip && ip netns list > ip_netns exectest ip && ip ntable show > ip_ntable @@ -320,6 +323,10 @@ cd "${OUTDIR}" || exit 1 /usr/share/doc/lm-sensors/examples/eeprom/decode-dimms.pl > decode-dimms 2>decode-dimms.error fi + if exectest acpidump ; then + acpidump > ./acpidump 2>./acpidump.error + fi + # proxmox exectest qm && qm list > ./qm 2>./qm.error # libvirt