From e0f076ceeadcccdfeb46d7e38e7775526e803c37 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Sat, 21 Jan 2017 09:08:27 +0000 Subject: [PATCH] Enable TMPFS on MALTA so we can use it on minimalist disk images without modules. Sponsored by: DARPA, AFRL --- sys/mips/conf/std.MALTA | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/mips/conf/std.MALTA b/sys/mips/conf/std.MALTA index c0e5cdbd07b4..3731eadf6ec4 100644 --- a/sys/mips/conf/std.MALTA +++ b/sys/mips/conf/std.MALTA @@ -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