summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-08-10 09:17:26 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-08-10 09:17:26 +0100
commitb103ff5b0f342b91727f1e41b188df8f8cb0c71c (patch)
tree4ec8156971c11032ec43f9cd54ff40b8b6a007c1
parent9cc6eaf572ed11e355633491bdbd1a113ff80a54 (diff)
downloadvirt-what-b103ff5b0f342b91727f1e41b188df8f8cb0c71c.tar.gz
virt-what-b103ff5b0f342b91727f1e41b188df8f8cb0c71c.tar.xz
virt-what-b103ff5b0f342b91727f1e41b188df8f8cb0c71c.zip
Update documentation on new tests added by Laurent Léonard.
-rw-r--r--virt-what.in4
-rw-r--r--virt-what.pod14
2 files changed, 16 insertions, 2 deletions
diff --git a/virt-what.in b/virt-what.in
index ebea7a1..8ac09f5 100644
--- a/virt-what.in
+++ b/virt-what.in
@@ -78,7 +78,7 @@ if echo "$dmi" | grep -q 'Manufacturer: Microsoft Corporation'; then
fi
# Check for VirtualBox.
-
+# Added by Laurent Léonard.
if echo "$dmi" | grep -q 'Manufacturer: innotek GmbH'; then
echo virtualbox
fi
@@ -94,7 +94,7 @@ if [ -d /proc/vz -a ! -d /proc/bc ]; then
fi
# Check for UML.
-
+# Added by Laurent Léonard.
if grep -q 'UML' /proc/cpuinfo; then
    echo uml
fi
diff --git a/virt-what.pod b/virt-what.pod
index 0cfb753..6451c06 100644
--- a/virt-what.pod
+++ b/virt-what.pod
@@ -1,3 +1,5 @@
+=encoding utf8
+
=head1 NAME
virt-what - detect if we are running in a virtual machine
@@ -42,6 +44,18 @@ This is QEMU.
Status: confirmed by RWMJ.
+=item B<uml>
+
+This is a User-Mode Linux (UML) guest.
+
+Status: contributed by Laurent Léonard
+
+=item B<virtualbox>
+
+This is a VirtualBox guest.
+
+Status: contributed by Laurent Léonard
+
=item B<virtualpc>
The guest appears to be running on Microsoft VirtualPC.