From f10ddf9cb91d9f27d8ca88eeaac082c5ce48035f Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 10 May 2011 12:29:32 +0200 Subject: Formal steps to incorporate new distro versions ... (see wiki) --- src/installer/OpenSLX/OSSetup/Engine.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/installer') 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; -- cgit v1.2.3-55-g7522