summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Engine.pm
diff options
context:
space:
mode:
authorMichael Janczyk2010-07-16 19:03:43 +0200
committerMichael Janczyk2010-07-16 19:03:43 +0200
commite490bcded890c13992db844f89dc922a788841b8 (patch)
tree2735bf541d78e1bc0cb060f4134a2d9898d9c9b7 /installer/OpenSLX/OSSetup/Engine.pm
parentchanged copyright years, added ovz plugin stubs (diff)
downloadcore-e490bcded890c13992db844f89dc922a788841b8.tar.gz
core-e490bcded890c13992db844f89dc922a788841b8.tar.xz
core-e490bcded890c13992db844f89dc922a788841b8.zip
added systems suse 11.3 scilin 5.4-5.5, todo installer packages for suse 11.3 in lib/distro-info
Diffstat (limited to 'installer/OpenSLX/OSSetup/Engine.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index 72e8c7e8..3531e92d 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -58,8 +58,12 @@ use vars qw(%supportedDistros);
'suse-11.1_x86_64' => 'clone,update,shell',
'suse-11.2' => 'clone,install,update,shell',
'suse-11.2_x86_64' => 'clone,update,shell',
+ 'suse-11.3' => 'clone,update,shell',
+ 'suse-11.3_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',
+ 'scilin-5.5_x86_64' => 'clone,update,shell',
'ubuntu-8.04' => 'clone,install,update,shell',
'ubuntu-8.04_amd64' => 'clone,update,shell',
'ubuntu-8.10' => 'clone,install,update,shell',