From 9cc6eaf572ed11e355633491bdbd1a113ff80a54 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Laurent=20L=C3=A9onard?= Date: Fri, 7 Aug 2009 15:23:27 +0200 Subject: [PATCH] Add VirtualBox support. --- virt-what.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/virt-what.in b/virt-what.in index b49994b..ebea7a1 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 -- 1.8.3.1