summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-11-26 20:08:44 +0000
committerphk <phk@FreeBSD.org>1999-11-26 20:08:44 +0000
commitccda399c7212987131af26c9939c9d18ff81bf06 (patch)
treeda5d1958e9ff3ca5620bb5bef78b93937354a8c0 /sys/conf/NOTES
parentc7fbb8b2a29b3c0b3a8336742840797f3fb94657 (diff)
downloadFreeBSD-src-ccda399c7212987131af26c9939c9d18ff81bf06.zip
FreeBSD-src-ccda399c7212987131af26c9939c9d18ff81bf06.tar.gz
Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.
Add MD_ROOT and MD_ROOT_SIZE options to the md driver. Make the md driver handle MFS_ROOT and MFS_ROOT_SIZE options for compatibility. Add md driver to GENERIC, PCCARD and LINT. This is a cleanup which removes the need for some of the worse hacks in MFS: We really want to have a rootvnode but MFS on a preloaded image doesn't really have one. md is a true device, so it is less trouble. This has been tested with make release, and if people remember to add the "md" pseudo-device to their kernels, PicoBSD should be just fine as well. If people have no other use for MFS, it can be removed from the kernel.
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES11
1 files changed, 7 insertions, 4 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 00ee4f4..9bd94fc 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -604,7 +604,6 @@ options UNION #Union filesystem
# The xFS_ROOT options REQUIRE the associated ``options xFS''
options CD9660_ROOT #CD-ROM usable as root device
options FFS_ROOT #FFS usable as root device
-options MFS_ROOT #MFS usable as root device
options NFS_ROOT #NFS usable as root device
# This code is still experimental (e.g. doesn't handle disk slices well).
# Also, 'options MFS' is currently incompatible with DEVFS.
@@ -620,9 +619,13 @@ options DEVFS #devices filesystem
#
#options SOFTUPDATES
-# Make space in the kernel for a MFS root filesystem. Define to the number
-# of kilobytes to reserve for the filesystem.
-options MFS_ROOT_SIZE=10
+# Make space in the kernel for a root filesystem on a md device.
+# Define to the number of kilobytes to reserve for the filesystem.
+options MD_ROOT_SIZE=10
+
+# Make the md device a potential root device, either with preloaded
+# images of type mfs_root or md_root.
+options MD_ROOT
# Allow this many swap-devices.
options NSWAPDEV=20
OpenPOWER on IntegriCloud