From 115a37692ee3084d7d08488cb8ebc53f6c1f1f5a Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 22 Nov 2011 16:28:39 +0100 Subject: First update of OpenSLX base files to support new distributions (Ubuntu 11.10 and OpenSuSE 12.1), not complete though. --- src/installer/OpenSLX/OSSetup/Engine.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/installer') diff --git a/src/installer/OpenSLX/OSSetup/Engine.pm b/src/installer/OpenSLX/OSSetup/Engine.pm index a3e4c1be..4dc0f917 100644 --- a/src/installer/OpenSLX/OSSetup/Engine.pm +++ b/src/installer/OpenSLX/OSSetup/Engine.pm @@ -62,6 +62,8 @@ use vars qw(%supportedDistros); 'suse-11.3_x86_64' => 'clone,update,shell', 'suse-11.4' => 'clone,install,update,shell', 'suse-11.4_x86_64' => 'clone,update,shell', + 'suse-12.1' => 'clone,install,update,shell', + 'suse-12.1_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', @@ -75,11 +77,9 @@ use vars qw(%supportedDistros); 'ubuntu-9.10' => 'clone,install,update,shell', 'ubuntu-9.10_amd64' => 'clone,update,shell', 'ubuntu-10.04' => 'clone,install,update,shell', - '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', + 'ubuntu-11.10' => 'clone,install,update,shell', 'linuxmint-10' => 'clone,update,shell', 'linuxmint-11' => 'clone,update,shell', ); -- cgit v1.2.3-55-g7522