Add PSEUDOFS, and note that LINPROCFS depends on it.
This commit is contained in:
parent
81cbd9b091
commit
52ebde4fba
@ -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 New Issue
Block a user