summaryrefslogtreecommitdiffstats
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
parentbaed8848574c73fc2c9dd98aa5e61639e6de9bd6 (diff)
downloadFreeBSD-src-bad4fc51cc843d63340d09c97f11918d8ee0feee.zip
FreeBSD-src-bad4fc51cc843d63340d09c97f11918d8ee0feee.tar.gz
Remove MFS options from all example kernel configs.
-rw-r--r--sys/alpha/conf/GENERIC1
-rw-r--r--sys/alpha/conf/NOTES1
-rw-r--r--sys/amd64/conf/GENERIC1
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/i386/conf/GENERIC1
-rw-r--r--sys/i386/conf/NEWCARD1
-rw-r--r--sys/i386/conf/NOTES3
-rw-r--r--sys/ia64/conf/GENERIC1
-rw-r--r--sys/pc98/conf/GENERIC1
9 files changed, 2 insertions, 11 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index db5f091..510ffbb 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -52,7 +52,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
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index db5f091..510ffbb 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -52,7 +52,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
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 073289b..c4c92d9 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/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/conf/NOTES b/sys/conf/NOTES
index 705cd86..744bed2 100644
--- a/sys/conf/NOTES
+++ b/sys/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:
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:
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index 258e6c4..6f74436 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -35,7 +35,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
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index aa67567..b301259 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -36,7 +36,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
OpenPOWER on IntegriCloud