summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Engine.pm
diff options
context:
space:
mode:
authorOliver Tappe2007-03-17 18:18:43 +0100
committerOliver Tappe2007-03-17 18:18:43 +0100
commit1b60ee8f6ac4929a8ecc66f9b40c45701a31fc09 (patch)
tree3d7c86fb36c31e1d1813b2aa3215ff0bd78041de /installer/OpenSLX/OSSetup/Engine.pm
parent* added support for continuing failed installation attempts, downloads (diff)
downloadcore-1b60ee8f6ac4929a8ecc66f9b40c45701a31fc09.tar.gz
core-1b60ee8f6ac4929a8ecc66f9b40c45701a31fc09.tar.xz
core-1b60ee8f6ac4929a8ecc66f9b40c45701a31fc09.zip
* reactivated all known distributions, just for testing
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@784 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX/OSSetup/Engine.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index 035ae503..8959a8b5 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -29,16 +29,16 @@ use vars qw(%supportedDistros);
=> { module => 'Debian_3_1', support => 'clone', },
'debian-4.0'
=> { module => 'Debian_4_0', support => 'clone', },
-# 'fedora-6'
-# => { module => 'Fedora_6', support => 'clone,install', },
-# 'fedora-6-x86_64'
-# => { module => 'Fedora_6_x86_64', support => 'clone', },
+ 'fedora-6'
+ => { module => 'Fedora_6', support => 'clone,install', },
+ 'fedora-6-x86_64'
+ => { module => 'Fedora_6_x86_64', support => 'clone', },
'gentoo-2005.1'
=> { module => 'Gentoo_2005_1', support => 'clone', },
'gentoo-2006.1'
=> { module => 'Gentoo_2006_1', support => 'clone', },
-# 'mandriva-2007.0'
-# => { module => 'Mandriva_2007_0', support => 'clone', },
+ 'mandriva-2007.0'
+ => { module => 'Mandriva_2007_0', support => 'clone', },
'suse-9.3'
=> { module => 'SUSE_9_3', support => 'clone', },
'suse-10.0'