summaryrefslogtreecommitdiffstats
path: root/src/installer
diff options
context:
space:
mode:
authorDirk von Suchodoletz2011-05-10 12:29:32 +0200
committerDirk von Suchodoletz2011-05-10 12:29:32 +0200
commitf10ddf9cb91d9f27d8ca88eeaac082c5ce48035f (patch)
tree23aac13bddb608e26123414fb6402808e2410fba /src/installer
parentRepairing ... (diff)
downloadcore-f10ddf9cb91d9f27d8ca88eeaac082c5ce48035f.tar.gz
core-f10ddf9cb91d9f27d8ca88eeaac082c5ce48035f.tar.xz
core-f10ddf9cb91d9f27d8ca88eeaac082c5ce48035f.zip
Formal steps to incorporate new distro versions ... (see wiki)
Diffstat (limited to 'src/installer')
-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;