summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Engine.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-12-22 20:01:19 +0100
committerDirk von Suchodoletz2008-12-22 20:01:19 +0100
commit6ad0e3615becb019cbcd38595fc0a97e69d72cf5 (patch)
treef23e2c62fe073bf013945df644553edf3a00113a /installer/OpenSLX/OSSetup/Engine.pm
parentStub files (not really matched yet) for new distributions ... (diff)
downloadcore-6ad0e3615becb019cbcd38595fc0a97e69d72cf5.tar.gz
core-6ad0e3615becb019cbcd38595fc0a97e69d72cf5.tar.xz
core-6ad0e3615becb019cbcd38595fc0a97e69d72cf5.zip
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
Diffstat (limited to 'installer/OpenSLX/OSSetup/Engine.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm6
1 files changed, 5 insertions, 1 deletions
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;