diff options
author | nwhitehorn <nwhitehorn@FreeBSD.org> | 2015-01-16 17:41:21 +0000 |
---|---|---|
committer | nwhitehorn <nwhitehorn@FreeBSD.org> | 2015-01-16 17:41:21 +0000 |
commit | f6a3b62bace728949cb5949b8ad58585e7b83733 (patch) | |
tree | 91180f908a8b45edeab183997eab801f584ae238 | |
parent | 10cd749e1511b75822667f5153ea7aec74193b9f (diff) | |
download | FreeBSD-src-f6a3b62bace728949cb5949b8ad58585e7b83733.zip FreeBSD-src-f6a3b62bace728949cb5949b8ad58585e7b83733.tar.gz |
Make netbooting work again by disabling BOOTP_NFSV3. Investigate why this
causes bad RPC errors later.
-rw-r--r-- | sys/powerpc/conf/MPC85XX | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/conf/MPC85XX b/sys/powerpc/conf/MPC85XX index 6c9a2aa..b66804a 100644 --- a/sys/powerpc/conf/MPC85XX +++ b/sys/powerpc/conf/MPC85XX @@ -20,7 +20,7 @@ options ALT_BREAK_TO_DEBUGGER options BREAK_TO_DEBUGGER options BOOTP options BOOTP_NFSROOT -options BOOTP_NFSV3 +#options BOOTP_NFSV3 options BOOTP_WIRED_TO=tsec0 options CD9660 options COMPAT_43 |