summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Engine.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-08-12 19:55:22 +0200
committerDirk von Suchodoletz2009-08-12 19:55:22 +0200
commitd58baafa664cf2ecb4f76dfcf91e54dcc1467f9f (patch)
treecd8e3bfd943c5398c2e11cc76dce6544b533decf /installer/OpenSLX/OSSetup/Engine.pm
parentChanges to make work qemukvm initially ... (diff)
downloadcore-d58baafa664cf2ecb4f76dfcf91e54dcc1467f9f.tar.gz
core-d58baafa664cf2ecb4f76dfcf91e54dcc1467f9f.tar.xz
core-d58baafa664cf2ecb4f76dfcf91e54dcc1467f9f.zip
Small fixes ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3085 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX/OSSetup/Engine.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index 9eee6ce0..b5d833a9 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -63,6 +63,8 @@ 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_amd64' => 'clone,update,shell',
);
my %localHttpServers;