summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorAlexander Hoppe2009-04-15 13:12:02 +0200
committerAlexander Hoppe2009-04-15 13:12:02 +0200
commitfa91ef729e160797cd97e74ddd6c328a5885fd72 (patch)
tree16fd629afe82df52cdd57bfc7cb4cec89c5adffb /installer
parentcurrent state of work on runlevel generator.. (still not fully useable) (diff)
downloadcore-fa91ef729e160797cd97e74ddd6c328a5885fd72.tar.gz
core-fa91ef729e160797cd97e74ddd6c328a5885fd72.tar.xz
core-fa91ef729e160797cd97e74ddd6c328a5885fd72.zip
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
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm12
1 files changed, 6 insertions, 6 deletions
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',
);