summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/virtualbox/OpenSLX/Distro/Debian.pm
diff options
context:
space:
mode:
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;
}