mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make netbooting work again by disabling BOOTP_NFSV3. Investigate why this
causes bad RPC errors later.
This commit is contained in:
parent
8ae6c16d82
commit
348a26e6c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue