summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/virtualbox/OpenSLX/Distro/Ubuntu.pm
diff options
context:
space:
mode:
Diffstat (limited to 'src/os-plugins/plugins/virtualbox/OpenSLX/Distro/Ubuntu.pm')
-rw-r--r--src/os-plugins/plugins/virtualbox/OpenSLX/Distro/Ubuntu.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/os-plugins/plugins/virtualbox/OpenSLX/Distro/Ubuntu.pm b/src/os-plugins/plugins/virtualbox/OpenSLX/Distro/Ubuntu.pm
index 44695680..ac270747 100644
--- a/src/os-plugins/plugins/virtualbox/OpenSLX/Distro/Ubuntu.pm
+++ b/src/os-plugins/plugins/virtualbox/OpenSLX/Distro/Ubuntu.pm
@@ -1,4 +1,4 @@
-# Copyright (c) 2008 - OpenSLX GmbH
+# Copyright (c) 2012 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -36,7 +36,7 @@ sub installVbox
my $release = `lsb_release -rs`;
chomp($release);
- # hardy (8.04LTS): only version VBox v1.5
+ # does not really makes sense to install it into stage2
if ( $release eq "8.10" || $release eq "9.04") {
#the usual "in stage1 chroot we get another kernel vers. problem"
# kernel modules need to be installed from the cloned system
@@ -44,6 +44,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;
}