From cdd0953520e9e7e4ca34eae3fe9af5983df75880 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Thu, 26 Apr 2007 09:08:31 +0000 Subject: More cleanups ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@927 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/distro-specs/suse/functions-10.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'initramfs/distro-specs/suse/functions-10.2') 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 \ -- cgit v1.2.3-55-g7522