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/i386/conf/XEN | |
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/i386/conf/XEN')
-rw-r--r-- | sys/i386/conf/XEN | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/conf/XEN b/sys/i386/conf/XEN index f1fb99b..ad453bf 100644 --- a/sys/i386/conf/XEN +++ b/sys/i386/conf/XEN @@ -21,10 +21,10 @@ options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options UFS_GJOURNAL # Enable gjournal-based UFS journaling -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 MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) |