From 9cbaf3a23a9791bc2d2c3a7fd3516922debfb464 Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Wed, 7 Nov 2012 18:48:54 +0100 Subject: added rhel, centos, scientific linux 5 and 6. centos and sl are depending on rhel. simple pxe menu for default blue look. firmwares of other nw cards are copied now. --- src/installer/OpenSLX/OSSetup/Engine.pm | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/installer/OpenSLX/OSSetup/Engine.pm') diff --git a/src/installer/OpenSLX/OSSetup/Engine.pm b/src/installer/OpenSLX/OSSetup/Engine.pm index 1ad30ba4..2a4463e5 100644 --- a/src/installer/OpenSLX/OSSetup/Engine.pm +++ b/src/installer/OpenSLX/OSSetup/Engine.pm @@ -1,4 +1,4 @@ -# Copyright (c) 2006..2011 - OpenSLX GmbH +# Copyright (c) 2006..2012 - OpenSLX GmbH # # This program is free software distributed under the GPL version 2. # See http://openslx.org/COPYING @@ -39,6 +39,8 @@ use OpenSLX::Utils; use vars qw(%supportedDistros); %supportedDistros = ( + 'centos-5' => 'clone,update,shell', + 'centos-6' => 'clone,update,shell', 'debian-3.1' => 'clone,install,update,shell', 'debian-4.0' => 'clone,install,update,shell', 'debian-4.0_amd64' => 'clone,install,update,shell', @@ -47,6 +49,13 @@ use vars qw(%supportedDistros); 'fedora-15_x86_64' => 'clone,update,shell', 'fedora-16' => 'clone,update,shell', 'gentoo-2007.X' => 'clone', + 'linuxmint-10' => 'clone,update,shell', + 'linuxmint-11' => 'clone,update,shell', + 'linuxmint-12' => 'clone,update,shell', + 'rhel-5' => 'clone,update,shell', + 'rhel-6' => 'clone,update,shell', + 'scientific-5' => 'clone,update,shell', + 'scientific-6' => 'clone,update,shell', 'suse-10.1' => 'clone,install,update,shell', 'suse-10.1_x86_64' => 'clone,install,update,shell', 'suse-10.2' => 'clone,install,update,shell', @@ -82,9 +91,6 @@ use vars qw(%supportedDistros); 'ubuntu-11.04' => 'clone,install,update,shell', 'ubuntu-11.10' => 'clone,install,update,shell', 'ubuntu-12.04' => 'clone,install,update,shell', - 'linuxmint-10' => 'clone,update,shell', - 'linuxmint-11' => 'clone,update,shell', - 'linuxmint-12' => 'clone,update,shell', ); my %localHttpServers; -- cgit v1.2.3-55-g7522