Delete unlikely-to-be-used filesystems from GENERIC kernels.

This commit is contained in:
Garrett Wollman
1994-09-16 20:14:03 +00:00
parent 62a14fa304
commit ae32fff835
2 changed files with 3 additions and 17 deletions
+1 -8
View File
@@ -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
+2 -9
View File
@@ -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