summaryrefslogtreecommitdiffstats
path: root/src/installer
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-12-22 16:05:12 +0100
committerSebastian Schmelzer2011-12-22 16:05:12 +0100
commitff77ba3905461cf7f04142799338b5ef2b1834dd (patch)
treeeb01baf53d3e595aaabe0bc71ba8f0c1bea800a5 /src/installer
parentMerge branch 'master' of openslx.org:openslx/core (diff)
downloadcore-ff77ba3905461cf7f04142799338b5ef2b1834dd.tar.gz
core-ff77ba3905461cf7f04142799338b5ef2b1834dd.tar.xz
core-ff77ba3905461cf7f04142799338b5ef2b1834dd.zip
add stub for fedora16 support
Diffstat (limited to 'src/installer')
-rw-r--r--src/installer/OpenSLX/OSSetup/Engine.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/installer/OpenSLX/OSSetup/Engine.pm b/src/installer/OpenSLX/OSSetup/Engine.pm
index 4dc0f917..be670ffa 100644
--- a/src/installer/OpenSLX/OSSetup/Engine.pm
+++ b/src/installer/OpenSLX/OSSetup/Engine.pm
@@ -45,6 +45,7 @@ use vars qw(%supportedDistros);
'debian-5.0' => 'clone,update,shell',
'fedora-15' => 'clone,update,shell',
'fedora-15_x86_64' => 'clone,update,shell',
+ 'fedora-16' => 'clone,update,shell',
'gentoo-2007.X' => 'clone',
'suse-10.1' => 'clone,install,update,shell',
'suse-10.1_x86_64' => 'clone,install,update,shell',