Fixed bitrot in mfs options. MFS_ROOT split into MFS_ROOT and

MFS_ROOT_SIZE, and MFS_AUTOLOAD went away.
This commit is contained in:
Bruce Evans 1998-10-12 12:27:24 +00:00
parent 8806141c1d
commit 1315dabd63
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40258
4 changed files with 8 additions and 14 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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