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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to