summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/virtualbox/OpenSLX/Distro/Debian.pm
diff options
context:
space:
mode:
authorDirk2012-11-27 15:49:43 +0100
committerDirk2012-11-27 15:49:43 +0100
commit74be7469519e6201dd345359e5a396b2a8fafd6b (patch)
tree1f33648ecbf56fb786d7d98c29fa43236a68a9ea /src/os-plugins/plugins/virtualbox/OpenSLX/Distro/Debian.pm
parentSupport older X86 OS in VMware ... (diff)
downloadcore-74be7469519e6201dd345359e5a396b2a8fafd6b.tar.gz
core-74be7469519e6201dd345359e5a396b2a8fafd6b.tar.xz
core-74be7469519e6201dd345359e5a396b2a8fafd6b.zip
Working on VirtualBox for OpenSLX clients ... (including changes for vmchooser)
Diffstat (limited to 'src/os-plugins/plugins/virtualbox/OpenSLX/Distro/Debian.pm')
-rw-r--r--src/os-plugins/plugins/virtualbox/OpenSLX/Distro/Debian.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os-plugins/plugins/virtualbox/OpenSLX/Distro/Debian.pm b/src/os-plugins/plugins/virtualbox/OpenSLX/Distro/Debian.pm
index edd117ca..eeaa0627 100644
--- a/src/os-plugins/plugins/virtualbox/OpenSLX/Distro/Debian.pm
+++ b/src/os-plugins/plugins/virtualbox/OpenSLX/Distro/Debian.pm
@@ -1,4 +1,4 @@
-# Copyright (c) 2009 - OpenSLX GmbH
+# Copyright (c) 2012 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -34,7 +34,6 @@ sub installVbox
my $release = `lsb_release -rs`;
chomp($release);
- # lenny(5.0) has v1.6
# testing is ok. but no clue which lsb_release -rs it has...
if ( $release eq "999999.0") {
#the usual "in stage1 chroot we get another kernel vers. problem"
@@ -43,6 +42,7 @@ sub installVbox
#system('/etc/init.d/virtualbox-ose setup');
} else {
print "Couldn't install VirtualBox, no package from distribution\n";
+ print "Install and configure VirtualBox in your clone source\n";
exit;
}