From 6fe3b5f900679d28e844757af7abce501dde6246 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 1 Feb 2011 14:46:25 +0000 Subject: Add note about dmidecode on non-PC architectures (thanks Matt Booth). --- virt-what.in | 3 +++ 1 file changed, 3 insertions(+) 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` -- cgit