svn commit: r245068 - head/sys/arm/conf

Tim Kientzle kientzle at FreeBSD.org
Sat Jan 5 20:30:11 UTC 2013


Author: kientzle
Date: Sat Jan  5 20:30:10 2013
New Revision: 245068
URL: http://svnweb.freebsd.org/changeset/base/245068

Log:
  Prefer the new NFS modules

Modified:
  head/sys/arm/conf/BEAGLEBONE

Modified: head/sys/arm/conf/BEAGLEBONE
==============================================================================
--- head/sys/arm/conf/BEAGLEBONE	Sat Jan  5 20:07:28 2013	(r245067)
+++ head/sys/arm/conf/BEAGLEBONE	Sat Jan  5 20:30:10 2013	(r245068)
@@ -62,11 +62,11 @@ options 	WITNESS_SKIPSPIN	#Don't run wit
 
 # NFS support
 #options 	NFSCL
-#options 	NFSSERVER		#Network Filesystem Server
-#options 	NFSCLIENT		#Network Filesystem Client
+#options	NFSD
+#options	NFSLOCKD
 
 # Uncomment this for NFS root
-#options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
+#options 	NFS_ROOT		#NFS usable as /, requires NFSCL
 #options 	BOOTP_NFSROOT
 #options 	BOOTP_COMPAT
 #options 	BOOTP


More information about the svn-src-head mailing list