aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/conf/GENERIC
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2011-08-07 20:16:46 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2011-08-07 20:16:46 +0000
commit88c037e26a699625d5425a79856fa45457a82e8e (patch)
tree75d34643080bca7f720fc094e5ecea64d5cebfbb /sys/i386/conf/GENERIC
parentea056888f5d0cb97b47fa0eb52e06cb389762480 (diff)
downloadsrc-88c037e26a699625d5425a79856fa45457a82e8e.tar.gz
src-88c037e26a699625d5425a79856fa45457a82e8e.zip
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)
Notes
Notes: svn path=/head/; revision=224699
Diffstat (limited to 'sys/i386/conf/GENERIC')
-rw-r--r--sys/i386/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index c4548c6bce1c..87da6e757090 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -39,7 +39,7 @@ options MD_ROOT # MD is a potential root device
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 MSDOSFS # MSDOS Filesystem
options CD9660 # ISO 9660 Filesystem
options PROCFS # Process filesystem (requires PSEUDOFS)