summaryrefslogtreecommitdiffstats
path: root/src/installer
diff options
context:
space:
mode:
authorDirk2011-11-22 16:28:39 +0100
committerDirk2011-11-22 16:28:39 +0100
commit115a37692ee3084d7d08488cb8ebc53f6c1f1f5a (patch)
tree563481903996b3d14bde0ac08a2f7af1fcbcd291 /src/installer
parentplymouth powered bootsplash plugin (diff)
downloadcore-115a37692ee3084d7d08488cb8ebc53f6c1f1f5a.tar.gz
core-115a37692ee3084d7d08488cb8ebc53f6c1f1f5a.tar.xz
core-115a37692ee3084d7d08488cb8ebc53f6c1f1f5a.zip
First update of OpenSLX base files to support new distributions (Ubuntu 11.10 and OpenSuSE 12.1), not complete though.
Diffstat (limited to 'src/installer')
-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',
);