summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-05-29 18:49:06 +0000
committerphk <phk@FreeBSD.org>2001-05-29 18:49:06 +0000
commitbad4fc51cc843d63340d09c97f11918d8ee0feee (patch)
treefa65586030d1181ef23eb6c6359945d44dbd430f /sys/i386
parentbaed8848574c73fc2c9dd98aa5e61639e6de9bd6 (diff)
downloadFreeBSD-src-bad4fc51cc843d63340d09c97f11918d8ee0feee.zip
FreeBSD-src-bad4fc51cc843d63340d09c97f11918d8ee0feee.tar.gz
Remove MFS options from all example kernel configs.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC1
-rw-r--r--sys/i386/conf/NEWCARD1
-rw-r--r--sys/i386/conf/NOTES3
3 files changed, 1 insertions, 4 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 073289b..c4c92d9 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -34,7 +34,6 @@ options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support
-options MFS #Memory Filesystem
options MD_ROOT #MD is a potential root device
options NFS #Network Filesystem
options NFS_ROOT #NFS usable as root device, NFS required
diff --git a/sys/i386/conf/NEWCARD b/sys/i386/conf/NEWCARD
index b65a7ba..fe119de 100644
--- a/sys/i386/conf/NEWCARD
+++ b/sys/i386/conf/NEWCARD
@@ -38,7 +38,6 @@ options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support
-options MFS #Memory Filesystem
options MD_ROOT #MD is a potential root device
options NFS #Network Filesystem
options NFS_ROOT #NFS usable as root device, NFS required
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 705cd86..744bed2 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -644,7 +644,7 @@ device hfa #FORE PCA-200E ATM PCI
#
# Only the root, /usr, and /tmp filesystems need be statically
# compiled; everything else will be automatically loaded at mount
-# time. (Exception: the UFS family---FFS, and MFS --- cannot
+# time. (Exception: the UFS family--- FFS --- cannot
# currently be demand-loaded.) Some people still prefer to statically
# compile other filesystems as well.
#
@@ -656,7 +656,6 @@ device hfa #FORE PCA-200E ATM PCI
# One of these is mandatory:
options FFS #Fast filesystem
-options MFS #Memory File System
options NFS #Network File System
# The rest are optional:
OpenPOWER on IntegriCloud