summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-03-29 17:05:47 +0200
committerDirk von Suchodoletz2009-03-29 17:05:47 +0200
commit0fcf12e9e3abcec067ea15b68e2db1e74b6717a3 (patch)
tree1b477b4ba72ce13e67071584e0197ee4057bf09c /installer
parentFixing the /dev/shm issue of #403, #404, improving udev handling (diff)
downloadcore-0fcf12e9e3abcec067ea15b68e2db1e74b6717a3.tar.gz
core-0fcf12e9e3abcec067ea15b68e2db1e74b6717a3.tar.xz
core-0fcf12e9e3abcec067ea15b68e2db1e74b6717a3.zip
Ubuntu 9.04 "support" (inital to check for the howto/documentation,
removing deprecated 7.10 version) ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2769 95ad53e4-c205-0410-b2fa-d234c58c8868
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;