summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Engine.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-01-16 23:56:09 +0100
committerDirk von Suchodoletz2009-01-16 23:56:09 +0100
commitd0cd1e8b9548f0e4ba51b2fd2f9c64449aff3128 (patch)
tree4d4087263ab3a770d03b6b00406d786c0e943343 /installer/OpenSLX/OSSetup/Engine.pm
parentBasic configuration environment for Scientific Linux 4.7. (diff)
downloadcore-d0cd1e8b9548f0e4ba51b2fd2f9c64449aff3128.tar.gz
core-d0cd1e8b9548f0e4ba51b2fd2f9c64449aff3128.tar.xz
core-d0cd1e8b9548f0e4ba51b2fd2f9c64449aff3128.zip
Scientfic Linux setup and some fixes in SuSE setup.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2482 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX/OSSetup/Engine.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index 60be922f..ea17666b 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -1,4 +1,4 @@
-# Copyright (c) 2006..2008 - OpenSLX GmbH
+# Copyright (c) 2006..2009 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -55,8 +55,8 @@ use vars qw(%supportedDistros);
'suse-11.0_x86_64' => 'clone,update,shell',
'suse-11.1' => 'clone,update,shell',
'suse-11.1_x86_64' => 'clone,update,shell',
- 'ubuntu-7.04' => 'clone,install,update,shell',
- 'ubuntu-7.04_amd64' => 'clone,install,update,shell',
+ 'scilin-4.7' => 'clone,update,shell',
+ 'scilin-5.X' => 'clone,update,shell',
'ubuntu-7.10' => 'clone,update,shell',
'ubuntu-7.10_amd64' => 'clone,update,shell',
'ubuntu-8.04' => 'clone,update,shell',