From 6ad0e3615becb019cbcd38595fc0a97e69d72cf5 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Mon, 22 Dec 2008 19:01:19 +0000 Subject: Ping to the nfs server added to init: Before the NFS root is mounted an ICMP package is sent (waiting for max. of 15 seconds). This might help to get a proper TCP NFS mount running (please report). And the rest for the new distributions (Engine.pm) ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2444 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/OpenSLX/OSSetup/Engine.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'installer/OpenSLX/OSSetup/Engine.pm') diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm index 01dbb6a9..60be922f 100644 --- a/installer/OpenSLX/OSSetup/Engine.pm +++ b/installer/OpenSLX/OSSetup/Engine.pm @@ -1,4 +1,4 @@ -# Copyright (c) 2006, 2007 - OpenSLX GmbH +# Copyright (c) 2006..2008 - OpenSLX GmbH # # This program is free software distributed under the GPL version 2. # See http://openslx.org/COPYING @@ -41,6 +41,7 @@ use vars qw(%supportedDistros); 'debian-3.1' => 'clone,install,update,shell', 'debian-4.0' => 'clone,install,update,shell', 'debian-4.0_amd64' => 'clone,install,update,shell', + 'debian-5.0' => 'clone,update,shell', 'fedora-6' => 'clone,install,update,shell', 'fedora-6_x86_64' => 'clone,install,update,shell', 'gentoo-2007.X' => 'clone', @@ -52,6 +53,8 @@ use vars qw(%supportedDistros); 'suse-10.3_x86_64' => 'clone,update,shell', 'suse-11.0' => 'clone,update,shell', 'suse-11.0_x86_64' => 'clone,update,shell', + 'suse-11.1' => 'clone,update,shell', + 'suse-11.1_x86_64' => 'clone,update,shell', 'ubuntu-7.04' => 'clone,install,update,shell', 'ubuntu-7.04_amd64' => 'clone,install,update,shell', 'ubuntu-7.10' => 'clone,update,shell', @@ -59,6 +62,7 @@ use vars qw(%supportedDistros); 'ubuntu-8.04' => 'clone,update,shell', 'ubuntu-8.04_amd64' => 'clone,update,shell', 'ubuntu-8.10' => 'clone,update,shell', + 'ubuntu-8.04_amd64' => 'clone,update,shell', ); my %localHttpServers; -- cgit v1.2.3-55-g7522