X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-hwinfo;h=fc5c8b4d26f24a595f444ec6305107d5cb4f56bc;hb=77076a38e1a4ca98dd1b60d0f98dd3f9c011cc01;hp=eeabf616d33fa4abcc0e1b3fb57e124b9bd72ad2;hpb=588c3c881bfb3f806f8a49bf1d3ec9bc86204d65;p=grml-hwinfo.git diff --git a/grml-hwinfo b/grml-hwinfo index eeabf61..fc5c8b4 100755 --- a/grml-hwinfo +++ b/grml-hwinfo @@ -229,7 +229,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 @@ -255,7 +255,11 @@ cd "${OUTDIR}" || exit 1 cat /proc/acpi/info > acpi_info fi - exectest acpi && acpi > ./acpi 2>acpi.error && acpi -v > ./acpi.version + if exectest acpi ; then + acpi > ./acpi 2>acpi.error + acpi --everything > ./acpi.everything 2>./acpi.everything.error + acpi -v > ./acpi.version + fi [ -r /proc/apm/ ] && apm > ./apm if exectest mcelog ; then