mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add PSEUDOFS, and note that LINPROCFS depends on it.
This commit is contained in:
parent
81cbd9b091
commit
52ebde4fba
2 changed files with 6 additions and 2 deletions
|
|
@ -676,6 +676,7 @@ options NULLFS #NULL filesystem
|
|||
options NWFS #NetWare filesystem
|
||||
options PORTALFS #Portal filesystem
|
||||
options PROCFS #Process filesystem
|
||||
options PSEUDOFS #Pseudo-filesystem framework
|
||||
options UMAPFS #UID map filesystem
|
||||
options UNIONFS #Union filesystem
|
||||
# options NODEVFS #disable devices filesystem
|
||||
|
|
@ -2644,7 +2645,8 @@ options SPX_HACK
|
|||
# Enable Linux ABI emulation
|
||||
options COMPAT_LINUX
|
||||
|
||||
# Enable the linux-like proc filesystem support (requires COMPAT_LINUX)
|
||||
# Enable the linux-like proc filesystem support (requires COMPAT_LINUX
|
||||
# and PSEUDOFS)
|
||||
options LINPROCFS
|
||||
|
||||
# Linux debugging
|
||||
|
|
|
|||
|
|
@ -676,6 +676,7 @@ options NULLFS #NULL filesystem
|
|||
options NWFS #NetWare filesystem
|
||||
options PORTALFS #Portal filesystem
|
||||
options PROCFS #Process filesystem
|
||||
options PSEUDOFS #Pseudo-filesystem framework
|
||||
options UMAPFS #UID map filesystem
|
||||
options UNIONFS #Union filesystem
|
||||
# options NODEVFS #disable devices filesystem
|
||||
|
|
@ -2644,7 +2645,8 @@ options SPX_HACK
|
|||
# Enable Linux ABI emulation
|
||||
options COMPAT_LINUX
|
||||
|
||||
# Enable the linux-like proc filesystem support (requires COMPAT_LINUX)
|
||||
# Enable the linux-like proc filesystem support (requires COMPAT_LINUX
|
||||
# and PSEUDOFS)
|
||||
options LINPROCFS
|
||||
|
||||
# Linux debugging
|
||||
|
|
|
|||
Loading…
Reference in a new issue