summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorSebastian Schmelzer2008-03-01 00:32:08 +0100
committerSebastian Schmelzer2008-03-01 00:32:08 +0100
commit751c91b350e351227e2e80d86adb88fb06bc036d (patch)
treebdcf9b5382cd6db12299f8dea049f1637b3a5396 /installer
parentadded new ubuntu versions (diff)
downloadcore-751c91b350e351227e2e80d86adb88fb06bc036d.tar.gz
core-751c91b350e351227e2e80d86adb88fb06bc036d.tar.xz
core-751c91b350e351227e2e80d86adb88fb06bc036d.zip
added ubuntu 8.04
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1588 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index d3956629..fe8d7c56 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -108,6 +108,12 @@ use vars qw(%supportedDistros);
'ubuntu-7.10_amd64' => {
module => 'Ubuntu', support => 'clone'
},
+ 'ubuntu-8.04' => {
+ module => 'Ubuntu', support => 'clone'
+ },
+ 'ubuntu-8.04_amd64' => {
+ module => 'Ubuntu', support => 'clone'
+ },
);
################################################################################