diff options
author | rmacklem <rmacklem@FreeBSD.org> | 2011-08-07 20:16:46 +0000 |
---|---|---|
committer | rmacklem <rmacklem@FreeBSD.org> | 2011-08-07 20:16:46 +0000 |
commit | 3b8ed22952425642bc1493e6c65ae4d6e09a8438 (patch) | |
tree | 75d34643080bca7f720fc094e5ecea64d5cebfbb /sys/arm/conf/SHEEVAPLUG | |
parent | 18728bba7168d9fe3ad61b25beaa7a8c9bc10664 (diff) | |
download | FreeBSD-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/SHEEVAPLUG')
-rw-r--r-- | sys/arm/conf/SHEEVAPLUG | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/conf/SHEEVAPLUG b/sys/arm/conf/SHEEVAPLUG index 75a5474..5392c95 100644 --- a/sys/arm/conf/SHEEVAPLUG +++ b/sys/arm/conf/SHEEVAPLUG @@ -17,9 +17,9 @@ options SCHED_4BSD #4BSD scheduler options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem -options NFSCLIENT #Network Filesystem Client +options NFSCL #New Network Filesystem Client options NFSLOCKD #Network Lock Manager -options NFS_ROOT #NFS usable as /, requires NFSCLIENT +options NFS_ROOT #NFS usable as /, requires NFSCL options BOOTP options BOOTP_NFSROOT options BOOTP_NFSV3 |