summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorOliver Tappe2008-03-01 23:03:26 +0100
committerOliver Tappe2008-03-01 23:03:26 +0100
commit51405ea31b67b2419f73e544abeb57e278b2fae6 (patch)
tree7bca8925d37c7959c426d7d99d84b59ed6533f31 /installer
parent* fixed dependency on linux/personality.ph at least to that regard that we now (diff)
downloadcore-51405ea31b67b2419f73e544abeb57e278b2fae6.tar.gz
core-51405ea31b67b2419f73e544abeb57e278b2fae6.tar.xz
core-51405ea31b67b2419f73e544abeb57e278b2fae6.zip
* cosmetical fix (indentation)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1594 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm24
1 files changed, 12 insertions, 12 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index 871b7422..643802e4 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -102,18 +102,18 @@ 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'
- },
- 'ubuntu-8.04' => {
- module => 'Ubuntu', support => 'clone'
- },
- 'ubuntu-8.04_amd64' => {
- module => 'Ubuntu', support => 'clone'
- },
+ 'ubuntu-7.10' => {
+ module => 'Ubuntu', support => 'clone'
+ },
+ 'ubuntu-7.10_amd64' => {
+ module => 'Ubuntu', support => 'clone'
+ },
+ 'ubuntu-8.04' => {
+ module => 'Ubuntu', support => 'clone'
+ },
+ 'ubuntu-8.04_amd64' => {
+ module => 'Ubuntu', support => 'clone'
+ },
);
our $localHttpServerMasterPID;