From d93ef4fc7dd59425b09ccd805b18235c2685f1d6 Mon Sep 17 00:00:00 2001 From: Dirk Date: Sun, 13 Apr 2014 20:14:15 +0200 Subject: More changes and fixes ... --- src/installer/OpenSLX/OSSetup/Engine.pm | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'src/installer') diff --git a/src/installer/OpenSLX/OSSetup/Engine.pm b/src/installer/OpenSLX/OSSetup/Engine.pm index 2ecceeed..682a6c0f 100644 --- a/src/installer/OpenSLX/OSSetup/Engine.pm +++ b/src/installer/OpenSLX/OSSetup/Engine.pm @@ -1,4 +1,4 @@ -# Copyright (c) 2006..2012 - OpenSLX GmbH +# Copyright (c) 2006..2014 - OpenSLX GmbH # # This program is free software distributed under the GPL version 2. # See http://openslx.org/COPYING @@ -75,19 +75,20 @@ use vars qw(%supportedDistros); 'suse-11.4_x86_64' => 'clone,update,shell', 'suse-12.1' => 'clone,install,update,shell', 'suse-12.1_x86_64' => 'clone,update,shell', - 'ubuntu-8.04' => 'clone,install,update,shell', + 'ubuntu-8.04' => 'clone,update,shell', 'ubuntu-8.04_amd64' => 'clone,update,shell', - 'ubuntu-8.10' => 'clone,install,update,shell', + 'ubuntu-8.10' => 'clone,update,shell', 'ubuntu-8.10_amd64' => 'clone,update,shell', - 'ubuntu-9.04' => 'clone,install,update,shell', + 'ubuntu-9.04' => 'clone,update,shell', 'ubuntu-9.04_amd64' => 'clone,update,shell', - 'ubuntu-9.10' => 'clone,install,update,shell', + 'ubuntu-9.10' => 'clone,update,shell', 'ubuntu-9.10_amd64' => 'clone,update,shell', - 'ubuntu-10.04' => 'clone,install,update,shell', - 'ubuntu-10.10' => 'clone,install,update,shell', - 'ubuntu-11.04' => 'clone,install,update,shell', - 'ubuntu-11.10' => 'clone,install,update,shell', - 'ubuntu-12.04' => 'clone,install,update,shell', + 'ubuntu-10.04' => 'clone,update,shell', + 'ubuntu-10.10' => 'clone,update,shell', + 'ubuntu-11.04' => 'clone,update,shell', + 'ubuntu-11.10' => 'clone,update,shell', + 'ubuntu-12.04' => 'clone,update,shell', + 'ubuntu-14.04' => 'clone,update,shell', ); my %localHttpServers; -- cgit v1.2.3-55-g7522