summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-10-19 21:11:29 +0200
committerDirk von Suchodoletz2007-10-19 21:11:29 +0200
commiteb20bc2ddc2b262745875ce561f1282c821d54ed (patch)
tree4c83e5219e0783e710bdaa1063d2ba1209f71c25 /installer
parentno splashy in client-system. no unnecessary copies. finished what dirk starte... (diff)
downloadcore-eb20bc2ddc2b262745875ce561f1282c821d54ed.tar.gz
core-eb20bc2ddc2b262745875ce561f1282c821d54ed.tar.xz
core-eb20bc2ddc2b262745875ce561f1282c821d54ed.zip
Cleanup, (empty) files for new Ubuntu 7.10 ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1389 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 a3092b24..7e0296be 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -102,6 +102,12 @@ use vars qw(%supportedDistros);
'ubuntu-7.04_amd64' => {
module => 'Ubuntu', support => 'clone,install'
},
+ 'ubuntu-7.10' => {
+ module => 'Ubuntu', support => 'clone'
+ },
+ 'ubuntu-7.10_amd64' => {
+ module => 'Ubuntu', support => 'clone'
+ },
);
################################################################################