summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Engine.pm
diff options
context:
space:
mode:
authorSebastian Schmelzer2008-11-13 22:36:43 +0100
committerSebastian Schmelzer2008-11-13 22:36:43 +0100
commit93ae322de393295e9c5470abfe5dc01f46e31c00 (patch)
tree307d2cf65a6d90ca0af3488c74e65f990c43b149 /installer/OpenSLX/OSSetup/Engine.pm
parentxserver plugin: * added agpgart module loading for some nvidia chipsets (diff)
downloadcore-93ae322de393295e9c5470abfe5dc01f46e31c00.tar.gz
core-93ae322de393295e9c5470abfe5dc01f46e31c00.tar.xz
core-93ae322de393295e9c5470abfe5dc01f46e31c00.zip
* added ubuntu 8.10 support
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2382 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX/OSSetup/Engine.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index b4dab037..01dbb6a9 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -58,6 +58,7 @@ use vars qw(%supportedDistros);
'ubuntu-7.10_amd64' => 'clone,update,shell',
'ubuntu-8.04' => 'clone,update,shell',
'ubuntu-8.04_amd64' => 'clone,update,shell',
+ 'ubuntu-8.10' => 'clone,update,shell',
);
my %localHttpServers;