summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/suse
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-02-26 19:59:35 +0100
committerDirk von Suchodoletz2008-02-26 19:59:35 +0100
commit1743a2998ad2730822a1d2a5831d7898b2b79baa (patch)
treeddced14201fef9e80c682eb182286901fbe98f26 /initramfs/distro-specs/suse
parentDer "console-kit-daemon" wird in der OpenSuSE10.3 auch noch benötigt (siehe ... (diff)
downloadcore-1743a2998ad2730822a1d2a5831d7898b2b79baa.tar.gz
core-1743a2998ad2730822a1d2a5831d7898b2b79baa.tar.xz
core-1743a2998ad2730822a1d2a5831d7898b2b79baa.zip
Stuff for NFSv4 support, fix for correct configuration of vmware graphics adaptor ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1574 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs/suse')
-rw-r--r--initramfs/distro-specs/suse/functions-10.34
1 files changed, 2 insertions, 2 deletions
diff --git a/initramfs/distro-specs/suse/functions-10.3 b/initramfs/distro-specs/suse/functions-10.3
index e6ae8faa..68373262 100644
--- a/initramfs/distro-specs/suse/functions-10.3
+++ b/initramfs/distro-specs/suse/functions-10.3
@@ -26,6 +26,7 @@ config_kdm_template
config_nfsv4 () {
if [ "x$start_nfsv4" = "xyes" ]; then
testmkd /mnt/var/lib/nfs/rpc_pipefs
+ testmkd /mnt/var/lib/nfs/sm
sed -e "s,NFS_SECURITY_GSS=.*,NFS_SECURITY_GSS=\"yes\"," \
-e "s,NFS4_SUPPORT=.*,NFS4_SUPPORT=\"yes\"," \
-i /mnt/etc/sysconfig/nfs
@@ -36,8 +37,7 @@ echo -e "\t# stuff needed for nfsv4\n\tmount -t rpc_pipefs rpc_pipefs \
>>/mnt/etc/${D_INITDIR}/boot.slx
# portmap is required for any NFS
config_portmap
- rllinker "idmapd" 14 8
- rllinker "gssd" 15 7
+ rllinker "nfs" 14 8
fi
}