mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 23:28:37 -04:00
Add "nfsv2" to the default mount options. It can be removed when V3
stops causing unkillable hung processes.
This commit is contained in:
parent
b7c2b28e0b
commit
676efd96cb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
/defaults type:=host;fs:=${autodir}/${rhost};rhost:=${key}
|
||||
* opts:=rw,grpid,resvport
|
||||
* opts:=rw,grpid,resvport,nfsv2
|
||||
|
|
|
|||
Loading…
Reference in a new issue