[virt-tools-list] [PATCH] trivial: comment fixup

Andrew Jones drjones at redhat.com
Tue Sep 22 16:29:08 UTC 2015


dmidecode does now exist on non-PC architectures.
---

Forgot to add this to the last patch I sent...


 virt-what.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/virt-what.in b/virt-what.in
index 586eab243af18..cada0df87f57c 100644
--- a/virt-what.in
+++ b/virt-what.in
@@ -94,9 +94,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).
+# Note that dmidecode doesn't exist on all architectures.  On the ones
+# it does not, then this will return an error, which is ignored (error
+# message redirected into the $dmi variable).
 
 dmi=$(LANG=C dmidecode 2>&1)
 
-- 
2.5.2




More information about the virt-tools-list mailing list