diff options
author | rrs <rrs@FreeBSD.org> | 2009-11-11 22:37:17 +0000 |
---|---|---|
committer | rrs <rrs@FreeBSD.org> | 2009-11-11 22:37:17 +0000 |
commit | db31e94773fd081b3f9c2f7a51a3c9811ca25d98 (patch) | |
tree | 65ff13fe82c067016a0519579b54497880ba7db5 /sys/mips/conf/XLR | |
parent | 861bbe697ee7632ad1f43e75eab04ca8b55f6e48 (diff) | |
download | FreeBSD-src-db31e94773fd081b3f9c2f7a51a3c9811ca25d98.zip FreeBSD-src-db31e94773fd081b3f9c2f7a51a3c9811ca25d98.tar.gz |
My NFS configured version.
Diffstat (limited to 'sys/mips/conf/XLR')
-rw-r--r-- | sys/mips/conf/XLR | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/mips/conf/XLR b/sys/mips/conf/XLR index 765bd07..eacebbb 100644 --- a/sys/mips/conf/XLR +++ b/sys/mips/conf/XLR @@ -73,12 +73,13 @@ options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options NFSCLIENT options NFS_ROOT -options ROOTDEVNAME=\"nfs:10.1.1.15:/extra/nfsroot\" +# options BOOTP options BOOTP_NFSROOT options BOOTP_NFSV3 options BOOTP_WIRED_TO=rge0 options BOOTP_COMPAT +options ROOTDEVNAME=\"nfs:10.1.1.15:/extra/nfsroot\" # #options MD_ROOT # MD is a potential root device #options MD_ROOT_SIZE=21264 |