From 888a8e3567716a9d21c203fa5765ad245817240d Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Tue, 29 May 2001 18:49:06 +0000 Subject: [PATCH] Remove MFS options from all example kernel configs. --- sys/alpha/conf/GENERIC | 1 - sys/alpha/conf/NOTES | 1 - sys/amd64/conf/GENERIC | 1 - sys/conf/NOTES | 3 +-- sys/i386/conf/GENERIC | 1 - sys/i386/conf/NEWCARD | 1 - sys/i386/conf/NOTES | 3 +-- sys/ia64/conf/GENERIC | 1 - sys/pc98/conf/GENERIC | 1 - 9 files changed, 2 insertions(+), 11 deletions(-) diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index db5f0919acac..510ffbb61852 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 db5f0919acac..510ffbb61852 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 073289b8a6f8..c4c92d9e26f9 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 705cd8678740..744bed221b8b 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 073289b8a6f8..c4c92d9e26f9 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 b65a7baea979..fe119dede493 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 705cd8678740..744bed221b8b 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 258e6c423e48..6f744366472c 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 aa6756770fb9..b3012596a5f1 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