summaryrefslogtreecommitdiffstats
path: root/src/installer/OpenSLX/OSSetup/Engine.pm
diff options
context:
space:
mode:
Diffstat (limited to 'src/installer/OpenSLX/OSSetup/Engine.pm')
-rw-r--r--src/installer/OpenSLX/OSSetup/Engine.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/installer/OpenSLX/OSSetup/Engine.pm b/src/installer/OpenSLX/OSSetup/Engine.pm
index b34ca2c1..a1ad471b 100644
--- a/src/installer/OpenSLX/OSSetup/Engine.pm
+++ b/src/installer/OpenSLX/OSSetup/Engine.pm
@@ -1,4 +1,4 @@
-# Copyright (c) 2006..2010 - OpenSLX GmbH
+# Copyright (c) 2006..2011 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -60,6 +60,8 @@ use vars qw(%supportedDistros);
'suse-11.2_x86_64' => 'clone,update,shell',
'suse-11.3' => 'clone,update,shell',
'suse-11.3_x86_64' => 'clone,update,shell',
+ 'suse-11.4' => 'clone,update,shell',
+ 'suse-11.4_x86_64' => 'clone,update,shell',
'scilin-4.7' => 'clone,update,shell',
'scilin-5.3' => 'clone,update,shell',
'scilin-5.4_x86_64' => 'clone,update,shell',
@@ -76,6 +78,8 @@ use vars qw(%supportedDistros);
'ubuntu-10.04_amd64'=> 'clone,update,shell',
'ubuntu-10.10' => 'clone,install,update,shell',
'ubuntu-10.10_amd64'=> 'clone,update,shell',
+ 'ubuntu-11.04' => 'clone,install,update,shell',
+ 'ubuntu-11.04_amd64'=> 'clone,update,shell',
);
my %localHttpServers;