From af9eae1d51b8ccae9172cec2561749968711efd4 Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 25 Jul 2016 19:52:56 +0000 Subject: [PATCH] disable tmpfs because it receives zero maintainance. --- sys/conf/GENERIC | 4 ++-- 1 file 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 -- 2.20.1