summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2016-07-25 19:52:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2016-07-25 19:52:57 +0000
commitffa8ce0f34ee394bed9e6024ccb763691bce4a26 (patch)
treee00f7d1fd73fcf3f83ae0894c5b4f0806cfb5711 /sys/conf
parenta1a0973df453d4f07aeec573e69d5ec6676ca2fa (diff)
disable tmpfs because it receives zero maintainance.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index cbd9d05f10e..dd1772afe80 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.228 2016/07/23 14:52:39 tedu Exp $
+# $OpenBSD: GENERIC,v 1.229 2016/07/25 19:52:56 deraadt Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -41,7 +41,7 @@ option CD9660 # ISO 9660 + Rock Ridge file system
option UDF # UDF (DVD) file system
option MSDOSFS # MS-DOS file system
option FIFO # FIFOs; RECOMMENDED
-option TMPFS # efficient memory file system
+#option TMPFS # efficient memory file system
option FUSE # FUSE
option SOCKET_SPLICE # Socket Splicing for TCP and UDP