svn commit: r312588 - head/sys/mips/conf

Brooks Davis brooks at FreeBSD.org
Sat Jan 21 09:08:29 UTC 2017


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


More information about the svn-src-head mailing list