summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/KB920X
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2011-08-07 20:16:46 +0000
committerrmacklem <rmacklem@FreeBSD.org>2011-08-07 20:16:46 +0000
commit3b8ed22952425642bc1493e6c65ae4d6e09a8438 (patch)
tree75d34643080bca7f720fc094e5ecea64d5cebfbb /sys/arm/conf/KB920X
parent18728bba7168d9fe3ad61b25beaa7a8c9bc10664 (diff)
downloadFreeBSD-src-3b8ed22952425642bc1493e6c65ae4d6e09a8438.zip
FreeBSD-src-3b8ed22952425642bc1493e6c65ae4d6e09a8438.tar.gz
Change all the sample kernel configurations to use
NFSCL, NFSD instead of NFSCLIENT, NFSSERVER since NFSCL and NFSD are now the defaults. The client change is needed for diskless configurations, so that the root mount works for fstype nfs. Reported by seanbru at yahoo-inc.com for i386/XEN. Approved by: re (hrs)
Diffstat (limited to 'sys/arm/conf/KB920X')
-rw-r--r--sys/arm/conf/KB920X6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arm/conf/KB920X b/sys/arm/conf/KB920X
index f47e9ac..e9aa36e 100644
--- a/sys/arm/conf/KB920X
+++ b/sys/arm/conf/KB920X
@@ -40,10 +40,10 @@ options FFS #Berkeley Fast Filesystem
#options MD_ROOT #MD is a potential root device
#options MD_ROOT_SIZE=4096 # 4MB ram disk
options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
-options NFSCLIENT #Network Filesystem Client
-#options NFSSERVER #Network Filesystem Server
+options NFSCL #New Network Filesystem Client
+#options NFSD #New Network Filesystem Server
#options NFSLOCKD #Network Lock Manager
-#options NFS_ROOT #NFS usable as /, requires NFSCLIENT
+#options NFS_ROOT #NFS usable as /, requires NFSCL
#options BOOTP_NFSROOT
#options BOOTP
OpenPOWER on IntegriCloud