## SECTION=networking menuconfig NFSUTILS tristate prompt "nfsutils " select GCCLIBS_GCC_S select LIBBLKID select UTIL_LINUX_NG select UTIL_LINUX_NG_LIBMOUNT select RPCBIND if RUNTIME select LIBTIRPC if GLOBAL_IPV6 select ROOTFS_PROTOCOLS if NFSUTILS_CLIENT help The Sun Network Filesystem (NFS) protocol provides transparent remote access to shared files across networks. The NFS protocol is designed to be portable across different machines, operating systems, network architectures, and transport protocols. if NFSUTILS config NFSUTILS_CLIENT bool prompt "client" help Install all tools and daemons to mount nfs filesystems. config NFSUTILS_SERVER bool prompt "server" help Install all tools and daemons to run a NFS server. config NFSUTILS_NFSD_STARTSCRIPT bool depends on NFSUTILS_SERVER default y prompt "install /etc/init.d/nfsd" config NFSUTILS_SYSTEMD_UNIT bool default y depends on SYSTEMD prompt "install systemd unit files" endif