summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-04-26 11:08:31 +0200
committerDirk von Suchodoletz2007-04-26 11:08:31 +0200
commitcdd0953520e9e7e4ca34eae3fe9af5983df75880 (patch)
treed5f6c61e64ed74890b16c54171a97b21aa30d4ed /initramfs
parentSome cleanup ... (diff)
downloadcore-cdd0953520e9e7e4ca34eae3fe9af5983df75880.tar.gz
core-cdd0953520e9e7e4ca34eae3fe9af5983df75880.tar.xz
core-cdd0953520e9e7e4ca34eae3fe9af5983df75880.zip
More cleanups ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@927 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs')
-rw-r--r--initramfs/distro-specs/suse/functions-10.118
-rw-r--r--initramfs/distro-specs/suse/functions-10.26
-rw-r--r--initramfs/distro-specs/suse/functions-9.319
3 files changed, 26 insertions, 17 deletions
diff --git a/initramfs/distro-specs/suse/functions-10.1 b/initramfs/distro-specs/suse/functions-10.1
index 5294c313..c71dae9d 100644
--- a/initramfs/distro-specs/suse/functions-10.1
+++ b/initramfs/distro-specs/suse/functions-10.1
@@ -1,13 +1,17 @@
-# configuration functions for SuSE 10.1 which differ from functions defined
-# in general SuSE base definitions ... General changes should be done there,
-# version specific changes for the 10.1 go here
+# Copyright (c) 2003 - 2006 - RZ Uni Freiburg
+# Copyright (c) 2006, 2007 - OpenSLX GmbH
+#
+# This program/file is free software distributed under the GPL version 2.
+# See http://openslx.org/COPYING
#
-# this file is distributed under the GPLv2, see ~/openslx/COPYING
+# If you have any feedback please consult http://openslx.org/feedback and
+# send your feedback to feedback@openslx.org
#
-# Dirk von Suchodoletz <dvs@OpenSLX.com>, 22-12-2006
+# General information about OpenSLX can be found under http://openslx.org
#
-# (c) 2006 - RZ Universitaet Freiburg
-# (c) 2006 - OpenSLX GmbH
+# Configuration functions for SuSE 10.1 which differ from functions defined
+# in general SuSE base definitions ... General changes should be done there,
+# version specific changes for the 10.1 go here.
# some specific stuff to initialize
preinit () {
diff --git a/initramfs/distro-specs/suse/functions-10.2 b/initramfs/distro-specs/suse/functions-10.2
index 06026da1..bce6b939 100644
--- a/initramfs/distro-specs/suse/functions-10.2
+++ b/initramfs/distro-specs/suse/functions-10.2
@@ -9,7 +9,7 @@
#
# General information about OpenSLX can be found under http://openslx.org
#
-# configuration functions for SuSE 10.2 which differ from functions defined
+# Configuration functions for SuSE 10.2 which differ from functions defined
# in general SuSE base definitions ... General changes should be done there,
# version specific changes for the 10.2 go here.
@@ -125,8 +125,8 @@ config_nfsv4 () {
if [ "x$start_nfsv4" = "xyes" ]; then
testmkd /mnt/var/lib/nfs/rpc_pipefs
sed -e "s,NFS_SECURITY_GSS=.*,NFS_SECURITY_GSS=\"yes\"," \
- -e "s,NFS4_SUPPORT=.*,NFS4_SUPPORT=\"yes\"," \
- -i /mnt/etc/sysconfig/nfs
+ -e "s,NFS4_SUPPORT=.*,NFS4_SUPPORT=\"yes\"," \
+ -i /mnt/etc/sysconfig/nfs
echo -e "rpc_pipefs\t/var/lib/nfs/rpc_pipefs rpc_pipefs defaults\t 0 0\n\
nfsd\t\t/proc/fs/nfsd\tnfsd\t\tdefaults\t 0 0" >>/tmp/fstab
echo -e "\t# stuff needed for nfsv4\n\tmount -t rpc_pipefs rpc_pipefs \
diff --git a/initramfs/distro-specs/suse/functions-9.3 b/initramfs/distro-specs/suse/functions-9.3
index 9e4965db..36bf5b13 100644
--- a/initramfs/distro-specs/suse/functions-9.3
+++ b/initramfs/distro-specs/suse/functions-9.3
@@ -1,12 +1,17 @@
-# configuration script for SuSE 9.3 to configure OpenSLX linux diskless
-# clients (included by init, hwautocfg, servconfig within initialramdfs after
-# inclusion of the main functions file). This file might overwrite settings
-# from the main base for the several SuSE distro versions
+# Copyright (c) 2003 - 2006 - RZ Uni Freiburg
+# Copyright (c) 2006, 2007 - OpenSLX GmbH
#
-# Dirk von Suchodoletz <dvs@OpenSLX.com>, 16-12-2006
+# This program/file is free software distributed under the GPL version 2.
+# See http://openslx.org/COPYING
#
-# (c) 2006 - RZ Universitaet Freiburg
-# (c) 2006 - OpenSLX.ORG Project
+# 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 under http://openslx.org
+#
+# Configuration functions for SuSE 9.3 which differ from functions defined
+# in general SuSE base definitions ... General changes should be done there,
+# version specific changes for the 9.3 go here.
# distro specific stuff to initialize
postinit () {