[Pkg-libvirt-commits] [SCM] Virt-what Debian packaging branch, master, updated. debian/1.1-1-2-ge6a8c93

Laurent Léonard laurent at open-minds.org
Sun Aug 9 18:39:01 UTC 2009


The following commit has been merged in the master branch:
commit e6a8c93356a1fe1e0326ac12224df9611df065b3
Author: Laurent Léonard <laurent at open-minds.org>
Date:   Sun Aug 9 20:38:17 2009 +0200

    Add VirtualBox support.

diff --git a/debian/patches/0003-Add-VirtualBox-support.patch b/debian/patches/0003-Add-VirtualBox-support.patch
new file mode 100644
index 0000000..dfddeb5
--- /dev/null
+++ b/debian/patches/0003-Add-VirtualBox-support.patch
@@ -0,0 +1,26 @@
+From: =?utf-8?q?Laurent=20L=C3=A9onard?= <laurent at open-minds.org>
+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(-)
+
+diff --git a/virt-what.in b/virt-what.in
+index d967307..6871271 100644
+--- a/virt-what.in
++++ b/virt-what.in
+@@ -77,6 +77,12 @@ if echo "$dmi" | grep -q 'Manufacturer: Microsoft Corporation'; then
+     echo virtualpc
+ fi
+ 
++# Check for VirtualBox.
++
++if echo "$dmi" | grep -q 'Manufacturer: innotek GmbH'; then
++    echo virtualbox
++fi
++
+ # Check for OpenVZ / Virtuozzo.
+ # Added by Evgeniy Sokolov.
+ # /proc/vz - always exists if OpenVZ kernel is running (inside and outside
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 9e50250..094db26 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-Change-virt-what-cpuid-helper-path-to-usr-lib-virt-w.patch
 0002-Add-UML-support.patch
+0003-Add-VirtualBox-support.patch

-- 
Virt-what Debian packaging



More information about the Pkg-libvirt-commits mailing list