summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
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;