summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-07-01 20:41:52 +0200
committerDirk von Suchodoletz2007-07-01 20:41:52 +0200
commita2bcf4eacd65dec3c2915ffab9cc7fb3d9e7a55b (patch)
treee94466748ff337e91c564061b76b66e3e7131fc2 /installer
parentCleanups in ubuntu and presentation for 7.04 (even all is handled via (diff)
downloadcore-a2bcf4eacd65dec3c2915ffab9cc7fb3d9e7a55b.tar.gz
core-a2bcf4eacd65dec3c2915ffab9cc7fb3d9e7a55b.tar.xz
core-a2bcf4eacd65dec3c2915ffab9cc7fb3d9e7a55b.zip
Tried to add Ubuntu 7.04 to the list of cloneable systems.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1206 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-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 d6731275..9b69f2b5 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -64,6 +64,8 @@ use vars qw(%supportedDistros);
=> { module => 'Ubuntu_6_06', support => 'clone' },
'ubuntu-6.10'
=> { module => 'Ubuntu_6_10', support => 'clone' },
+ 'ubuntu-7.04'
+ => { module => 'Ubuntu_7_04', support => 'clone' },
);
################################################################################