summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
Diffstat (limited to 'installer')
-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 25a4206c..95303f8a 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -57,12 +57,12 @@ use vars qw(%supportedDistros);
'suse-11.1_x86_64' => 'clone,update,shell',
'scilin-4.7' => 'clone,update,shell',
'scilin-5.1' => 'clone,update,shell',
- 'ubuntu-7.10' => 'clone,update,shell',
- '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',
- 'ubuntu-8.04_amd64' => 'clone,update,shell',
+ 'ubuntu-8.10_amd64' => 'clone,update,shell',
+ 'ubuntu-9.04' => 'clone,update,shell',
+ 'ubuntu-9.04_amd64' => 'clone,update,shell',
);
my %localHttpServers;