summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/suse/functions-10.2
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/distro-specs/suse/functions-10.2
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/distro-specs/suse/functions-10.2')
-rw-r--r--initramfs/distro-specs/suse/functions-10.26
1 files changed, 3 insertions, 3 deletions
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 \