mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Enable TMPFS on MALTA so we can use it on minimalist disk images without
modules. Sponsored by: DARPA, AFRL
This commit is contained in:
parent
cb8c6df463
commit
e0f076ceea
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ options NFS_ROOT #NFS usable as /, requires NFSCL
|
|||
options PSEUDOFS #Pseudo-filesystem framework
|
||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
||||
|
||||
options TMPFS #Efficient memory filesystem
|
||||
|
||||
options FFS #Berkeley Fast Filesystem
|
||||
options SOFTUPDATES #Enable FFS soft updates support
|
||||
options UFS_ACL #Support for access control lists
|
||||
|
|
|
|||
Loading…
Reference in a new issue