Date: Sat, 21 Jan 2017 09:08:28 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r312588 - head/sys/mips/conf Message-ID: <201701210908.v0L98SQp033735@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brooks Date: Sat Jan 21 09:08:27 2017 New Revision: 312588 URL: https://svnweb.freebsd.org/changeset/base/312588 Log: Enable TMPFS on MALTA so we can use it on minimalist disk images without modules. Sponsored by: DARPA, AFRL Modified: head/sys/mips/conf/std.MALTA Modified: head/sys/mips/conf/std.MALTA ============================================================================== --- head/sys/mips/conf/std.MALTA Sat Jan 21 08:43:41 2017 (r312587) +++ head/sys/mips/conf/std.MALTA Sat Jan 21 09:08:27 2017 (r312588) @@ -27,6 +27,8 @@ options NFS_ROOT #NFS usable as /, req 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701210908.v0L98SQp033735>