]> git.pld-linux.org Git - packages/nfs-utils.git/blob - nfsfs.sysconfig
- I said this line is not needed and only prevents build if both GSS impls are installed
[packages/nfs-utils.git] / nfsfs.sysconfig
1 # Options for NFSv4 ID <-> Name Mapper (idmapd)
2 #RPCIDMAPOPTIONS=
3
4 # Uncomment if you want to use secure NFSv4 exports
5 #SECURE_NFS="yes"
6
7 # List of kernel modules to use for secure NFS
8 #SECURE_NFS_MODS="des rpcsec_gss_krb5"
9
10 # Options for NFSv4 rpcsec_gss daemon
11 #RPCGSSOPTIONS=
12
13 # Space separated list of mount points that init script should not even
14 # try to umount because it will not work 
15 # May contain regular expressions (ex. "/dev/union/.*")
16 NFSUMOUNT_IGNORE="/ /usr"
17
18 # Enable if you don't want rpm upgrade to remount Your NFS mounts
19 # By default is on, because it's really dangerous to remount i.e. /home
20 RPM_SKIP_AUTO_RESTART=yes
This page took 0.05584 seconds and 3 git commands to generate.