summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorAlexander Hoppe2009-11-25 17:54:42 +0100
committerAlexander Hoppe2009-11-25 17:54:42 +0100
commit1729d3768385626ccf8c0a5b48f42d67c7f73d52 (patch)
tree5c070254e87078646494f8d0b323e6007460f203 /installer
parentBugfix of Defect #516 (diff)
downloadcore-1729d3768385626ccf8c0a5b48f42d67c7f73d52.tar.gz
core-1729d3768385626ccf8c0a5b48f42d67c7f73d52.tar.xz
core-1729d3768385626ccf8c0a5b48f42d67c7f73d52.zip
updated installation of ubuntu9.10
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3208 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 6171a8b8..911fc543 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -64,7 +64,7 @@ use vars qw(%supportedDistros);
'ubuntu-8.10_amd64' => 'clone,update,shell',
'ubuntu-9.04' => 'clone,install,update,shell',
'ubuntu-9.04_amd64' => 'clone,update,shell',
- 'ubuntu-9.10' => 'clone,update,shell',
+ 'ubuntu-9.10' => 'clone,install,update,shell',
'ubuntu-9.10_amd64' => 'clone,update,shell',
);