From 3b8ed22952425642bc1493e6c65ae4d6e09a8438 Mon Sep 17 00:00:00 2001 From: rmacklem Date: Sun, 7 Aug 2011 20:16:46 +0000 Subject: 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) --- sys/arm/conf/HL201 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arm/conf/HL201') diff --git a/sys/arm/conf/HL201 b/sys/arm/conf/HL201 index 6524cc6..af4266c 100644 --- a/sys/arm/conf/HL201 +++ b/sys/arm/conf/HL201 @@ -39,10 +39,10 @@ options FFS #Berkeley Fast Filesystem #options MD_ROOT #MD is a potential root device #options MD_ROOT_SIZE=4096 # 3MB 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 options BOOTP_NFSV3 -- cgit v1.1