summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-10-12 12:27:24 +0000
committerbde <bde@FreeBSD.org>1998-10-12 12:27:24 +0000
commitaa283c7d36671402f45608ca2d7aabce34a8defc (patch)
treee0601adb8821a82371d7a24b78b99a04b08f6c0f /sys/conf
parentdac30ef086e46058f18aca66979d049c06d7fc5f (diff)
downloadFreeBSD-src-aa283c7d36671402f45608ca2d7aabce34a8defc.zip
FreeBSD-src-aa283c7d36671402f45608ca2d7aabce34a8defc.tar.gz
Fixed bitrot in mfs options. MFS_ROOT split into MFS_ROOT and
MFS_ROOT_SIZE, and MFS_AUTOLOAD went away.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/conf/options4
2 files changed, 4 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 18daa44..db48f5f 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.485 1998/10/07 13:51:46 obrien Exp $
+# $Id: LINT,v 1.486 1998/10/10 09:25:12 obrien Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -525,9 +525,7 @@ options DEVFS #devices filesystem
# Make space in the kernel for a MFS root filesystem. Define to the number
# of kilobytes to reserve for the filesystem.
-options MFS_ROOT=10
-# Allow the MFS_ROOT code to load the MFS image from floppy if it is missing.
-options MFS_AUTOLOAD
+options MFS_ROOT_SIZE=10
# Allows MFS filesystems to be exported via nfs
options EXPORTMFS
diff --git a/sys/conf/options b/sys/conf/options
index 9d89047..c922510 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -1,4 +1,4 @@
-# $Id: options,v 1.103 1998/10/07 03:30:55 gibbs Exp $
+# $Id: options,v 1.104 1998/10/09 23:26:26 peter Exp $
#
# On the handling of kernel options
#
@@ -52,8 +52,8 @@ FAILSAFE
HW_WDOG
KTRACE
MD5
-MFS_AUTOLOAD opt_mfs.h
MFS_ROOT opt_mfs.h
+MFS_ROOT_SIZE opt_mfs.h
EXPORTMFS opt_mfs.h
NO_LKM
NSWAPDEV opt_swap.h
OpenPOWER on IntegriCloud