From fa91ef729e160797cd97e74ddd6c328a5885fd72 Mon Sep 17 00:00:00 2001 From: Alexander Hoppe Date: Wed, 15 Apr 2009 11:12:02 +0000 Subject: Installation of Suse 1x.x and Ubuntu 8.x and 9.04 updated. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2814 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/OpenSLX/OSSetup/Engine.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'installer/OpenSLX/OSSetup/Engine.pm') diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm index 95303f8a..6cb0cf2c 100644 --- a/installer/OpenSLX/OSSetup/Engine.pm +++ b/installer/OpenSLX/OSSetup/Engine.pm @@ -49,19 +49,19 @@ use vars qw(%supportedDistros); 'suse-10.1_x86_64' => 'clone,install,update,shell', 'suse-10.2' => 'clone,install,update,shell', 'suse-10.2_x86_64' => 'clone,install,update,shell', - 'suse-10.3' => 'clone,update,shell', + 'suse-10.3' => 'clone,install,update,shell', 'suse-10.3_x86_64' => 'clone,update,shell', - 'suse-11.0' => 'clone,update,shell,install', + 'suse-11.0' => 'clone,install,update,shell', 'suse-11.0_x86_64' => 'clone,update,shell', - 'suse-11.1' => 'clone,update,shell,install', + 'suse-11.1' => 'clone,install,update,shell', 'suse-11.1_x86_64' => 'clone,update,shell', 'scilin-4.7' => 'clone,update,shell', 'scilin-5.1' => 'clone,update,shell', - 'ubuntu-8.04' => 'clone,update,shell', + 'ubuntu-8.04' => 'clone,install,update,shell', 'ubuntu-8.04_amd64' => 'clone,update,shell', - 'ubuntu-8.10' => 'clone,update,shell', + 'ubuntu-8.10' => 'clone,install,update,shell', 'ubuntu-8.10_amd64' => 'clone,update,shell', - 'ubuntu-9.04' => 'clone,update,shell', + 'ubuntu-9.04' => 'clone,install,update,shell', 'ubuntu-9.04_amd64' => 'clone,update,shell', ); -- cgit v1.2.3-55-g7522