[Pkg-libvirt-commits] [SCM] Virt-what Debian packaging branch, master, updated. debian/1.1-1-4-g89962b6
Laurent Léonard
laurent at open-minds.org
Mon Aug 10 13:29:25 UTC 2009
The following commit has been merged in the master branch:
commit 89962b6290701458771eb7e2296fc80cd8745946
Author: Laurent Léonard <laurent at open-minds.org>
Date: Mon Aug 10 15:27:21 2009 +0200
Update 0003-Add-VirtualBox-support.patch.
Pulled from upstream 9cc6eaf572ed11e355633491bdbd1a113ff80a54 b103ff5b0f342b91727f1e41b188df8f8cb0c71c.
Update documentation.
diff --git a/debian/patches/0003-Add-VirtualBox-support.patch b/debian/patches/0003-Add-VirtualBox-support.patch
index dfddeb5..e82f832 100644
--- a/debian/patches/0003-Add-VirtualBox-support.patch
+++ b/debian/patches/0003-Add-VirtualBox-support.patch
@@ -3,11 +3,12 @@ Date: Fri, 7 Aug 2009 15:23:27 +0200
Subject: [PATCH] Add VirtualBox support.
---
- virt-what.in | 6 ++++++
- 1 files changed, 6 insertions(+), 0 deletions(-)
+ virt-what.in | 6 ++++++
+ virt-what.pod | 6 ++++++
+ 2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/virt-what.in b/virt-what.in
-index d967307..6871271 100644
+index eaaf322..37b4fb4 100644
--- a/virt-what.in
+++ b/virt-what.in
@@ -77,6 +77,12 @@ if echo "$dmi" | grep -q 'Manufacturer: Microsoft Corporation'; then
@@ -15,7 +16,7 @@ index d967307..6871271 100644
fi
+# Check for VirtualBox.
-+
++# Added by Laurent Léonard.
+if echo "$dmi" | grep -q 'Manufacturer: innotek GmbH'; then
+ echo virtualbox
+fi
@@ -23,4 +24,21 @@ index d967307..6871271 100644
# Check for OpenVZ / Virtuozzo.
# Added by Evgeniy Sokolov.
# /proc/vz - always exists if OpenVZ kernel is running (inside and outside
+diff --git a/virt-what.pod b/virt-what.pod
+index 79da9a9..6451c06 100644
+--- a/virt-what.pod
++++ b/virt-what.pod
+@@ -50,6 +50,12 @@ 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.
--
--
Virt-what Debian packaging
More information about the Pkg-libvirt-commits
mailing list