summaryrefslogtreecommitdiffstats
path: root/src/installer/OpenSLX/OSSetup/Engine.pm
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-11-23 10:43:28 +0100
committerSebastian Schmelzer2011-11-23 10:43:28 +0100
commit9e2cdc4a5a0da7091e6a56e40a5b6753f1ce634d (patch)
tree82cee5fc47bbb8aba34bda93245699791383b281 /src/installer/OpenSLX/OSSetup/Engine.pm
parentFIX for failed to read mtab (diff)
parentFurther (irrelevant) adaptations ... (diff)
downloadcore-9e2cdc4a5a0da7091e6a56e40a5b6753f1ce634d.tar.gz
core-9e2cdc4a5a0da7091e6a56e40a5b6753f1ce634d.tar.xz
core-9e2cdc4a5a0da7091e6a56e40a5b6753f1ce634d.zip
Merge branch 'master' of openslx.org:openslx/core
Diffstat (limited to 'src/installer/OpenSLX/OSSetup/Engine.pm')
-rw-r--r--src/installer/OpenSLX/OSSetup/Engine.pm6
1 files changed, 3 insertions, 3 deletions
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',
);