summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-09-10 17:10:01 +0200
committerDirk von Suchodoletz2009-09-10 17:10:01 +0200
commit2ef0d7991ef711a45db1aad110b8055235c2dd06 (patch)
tree44a0d9168936d7b0014a72e9c73f3255b06ebde5 /installer
parentFix, should allow "/" in automnt_dir variable. Fixing call of ntpd for (diff)
downloadcore-2ef0d7991ef711a45db1aad110b8055235c2dd06.tar.gz
core-2ef0d7991ef711a45db1aad110b8055235c2dd06.tar.xz
core-2ef0d7991ef711a45db1aad110b8055235c2dd06.zip
Updating to newer Scientific Linux version as no much was done in 5.1
yet. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3150 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index a49d447f..1634c95c 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -56,7 +56,7 @@ use vars qw(%supportedDistros);
'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',
+ 'scilin-5.3' => 'clone,update,shell',
'ubuntu-8.04' => 'clone,install,update,shell',
'ubuntu-8.04_amd64' => 'clone,update,shell',
'ubuntu-8.10' => 'clone,install,update,shell',