From: Richard W.M. Jones Date: Tue, 1 Feb 2011 14:46:25 +0000 (+0000) Subject: Add note about dmidecode on non-PC architectures (thanks Matt Booth). X-Git-Tag: 1.9~2 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=6fe3b5f900679d28e844757af7abce501dde6246;p=virt-what.git Add note about dmidecode on non-PC architectures (thanks Matt Booth). --- diff --git a/virt-what.in b/virt-what.in index 870c09b..e0fdf5b 100644 --- a/virt-what.in +++ b/virt-what.in @@ -81,6 +81,9 @@ fi cpuid=`virt-what-cpuid-helper` # Check for various products in the BIOS information. +# Note that dmidecode doesn't exist on non-PC architectures. On these, +# this will return an error which is ignored (error message redirected +# into $dmi variable). dmi=`LANG=C dmidecode 2>&1`