summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-09-16 20:14:03 +0000
committerwollman <wollman@FreeBSD.org>1994-09-16 20:14:03 +0000
commit242ff623e2a9282e84a86644c12fa51d9138a23f (patch)
tree4e3cc94880a30dfc8a29c28b55f6e61e59a58b84
parentba9d4f58b686577837e82ff6d9abf2add8f3a0c2 (diff)
downloadFreeBSD-src-242ff623e2a9282e84a86644c12fa51d9138a23f.zip
FreeBSD-src-242ff623e2a9282e84a86644c12fa51d9138a23f.tar.gz
Delete unlikely-to-be-used filesystems from GENERIC kernels.
-rw-r--r--sys/i386/conf/GENERICAH9
-rw-r--r--sys/i386/conf/GENERICBT11
2 files changed, 3 insertions, 17 deletions
diff --git a/sys/i386/conf/GENERICAH b/sys/i386/conf/GENERICAH
index cd412f4..31dbf87 100644
--- a/sys/i386/conf/GENERICAH
+++ b/sys/i386/conf/GENERICAH
@@ -1,7 +1,7 @@
#
# GENERICAH -- Generic machine with WD/AHx/NCR family disks
#
-# $Id: GENERICAH,v 1.40 1994/09/09 22:03:49 wollman Exp $
+# $Id: GENERICAH,v 1.41 1994/09/09 22:12:36 csgr Exp $
#
machine "i386"
@@ -15,16 +15,9 @@ options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
#options GATEWAY #Host is a Gateway (forwards packets)
options FFS #Berkeley Fast File System
-options LFS #Log File System
-options MFS #Memory File System
options NFS #Network File System
options PROCFS #Process File System
-options KERNFS #Kernel File System
options FDESC #File Descriptor File System
-options PORTAL #Portal File System
-options UNION #Union File System
-options NULLFS #NULL File System
-options UMAPFS #UID Map File System
options "CD9660" #CD ISO9660 File System
options FIFO #Support for FIFO files
options "COMPAT_43" #Compatible with BSD 4.3
diff --git a/sys/i386/conf/GENERICBT b/sys/i386/conf/GENERICBT
index 8526072..5e024c7 100644
--- a/sys/i386/conf/GENERICBT
+++ b/sys/i386/conf/GENERICBT
@@ -1,7 +1,7 @@
#
# GENERICBT -- Generic machine with WD/BTx family disks
#
-# $Id: GENERICBT,v 1.38 1994/09/09 22:03:50 wollman Exp $
+# $Id: GENERICBT,v 1.39 1994/09/09 22:12:37 csgr Exp $
#
machine "i386"
@@ -15,16 +15,9 @@ options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
#options GATEWAY #Host is a Gateway (forwards packets)
options FFS #Berkeley Fast File System
-options LFS #Log File System
-options MFS #Memory File System
options NFS #Network File System
options PROCFS #Process File System
-options KERNFS #Kernel File System
-options FDESC #File Descriptor File System
-options PORTAL #Portal File System
-options UNION #Union File System
-options NULLFS #NULL File System
-options UMAPFS #UID Map File System
+options FDESC #/dev/fd file system
options "CD9660" #CD ISO9660 File System
options FIFO #Support for FIFO files
options "COMPAT_43" #Compatible with BSD 4.3
OpenPOWER on IntegriCloud