summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-02-14 19:30:29 +0100
committerDirk von Suchodoletz2009-02-14 19:30:29 +0100
commit15be3f4426701f7505a50400f801c2771f978cde (patch)
tree103879a1e32816d03dc2e5ae8faaf99ae267cc39 /initramfs
parent * fix for suse 11.1: portmap is now provided by rpcbind (diff)
downloadcore-15be3f4426701f7505a50400f801c2771f978cde.tar.gz
core-15be3f4426701f7505a50400f801c2771f978cde.tar.xz
core-15be3f4426701f7505a50400f801c2771f978cde.zip
Basic (yet incomplete) integration steps for Scientific Linux 5.1
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2576 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs')
-rw-r--r--initramfs/distro-specs/scilin/functions-5.115
-rw-r--r--initramfs/distro-specs/suse/functions-11.110
2 files changed, 17 insertions, 8 deletions
diff --git a/initramfs/distro-specs/scilin/functions-5.1 b/initramfs/distro-specs/scilin/functions-5.1
new file mode 100644
index 00000000..d02268b2
--- /dev/null
+++ b/initramfs/distro-specs/scilin/functions-5.1
@@ -0,0 +1,15 @@
+# Copyright (c) 2009 - RZ Uni Freiburg
+#
+# This program is free software distributed under the GPL version 2.
+# See http://openslx.org/COPYING
+#
+# If you have any feedback please consult http://openslx.org/feedback and
+# send your feedback to feedback@openslx.org
+#
+# General information about OpenSLX can be found at http://openslx.org
+#
+# Configuration script for Scientific Linux (5.1) to setup linux stateless
+# clients (executed within initial ramfs)
+
+# place all changed functions differing from default here
+
diff --git a/initramfs/distro-specs/suse/functions-11.1 b/initramfs/distro-specs/suse/functions-11.1
index 67c84289..d387b551 100644
--- a/initramfs/distro-specs/suse/functions-11.1
+++ b/initramfs/distro-specs/suse/functions-11.1
@@ -9,7 +9,7 @@
#
# General information about OpenSLX can be found under http://openslx.org
#
-# configuration script for OpenSuSE 10.3 to configure linux stateless clients
+# configuration script for OpenSuSE 11.1 to configure linux stateless clients
# (included by init, hwautocfg, servconfig within InitialRamFS after
# inclusion of the main functions file). This file is the main base for the
# several SuSE distro versions
@@ -23,15 +23,9 @@
# D_DIRINDXS - directories in client filesystem which should be present
# anyhow
-config_rpcbind () {
- rllinker "rpcbind" 4 5
-}
-
# start portmapper (needed at least for nfs and nis services)
config_portmap () {
# portmap is provided via rpcbind in suse 11.1
- config_rpcbind
+ rllinker "rpcbind" 4 5
}
-
-# no changes from functions-default by now