diff options
author | phk <phk@FreeBSD.org> | 1995-04-25 03:44:04 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-04-25 03:44:04 +0000 |
commit | 5c63e83231f208083cd856ce12f3ac88604b923e (patch) | |
tree | d7753c122fcd05dd00f46ddf55d3a55029835082 | |
parent | e90c15cdbc9f0a17b77684a1f0c139f6b3f8ed44 (diff) | |
download | FreeBSD-src-5c63e83231f208083cd856ce12f3ac88604b923e.zip FreeBSD-src-5c63e83231f208083cd856ce12f3ac88604b923e.tar.gz |
Document MFS_ROOT option.
-rw-r--r-- | sys/conf/NOTES | 6 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 6 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 5d9e1e6..671bdfd 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.173 1995/04/24 04:30:19 dyson Exp $ +# $Id: LINT,v 1.174 1995/04/24 05:33:59 phk 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 @@ -243,6 +243,10 @@ options PROCFS #Process filesystem options UMAPFS #UID map filesystem options UNION #Union filesystem +# Make space in the kernel for a MFS rootfilesystem. Define to the number +# of kilobytes to reserve for the filesystem. +options "MFS_ROOT=10" + # # Disk quotas are supported when this option is enabled. If you # change the value of this option, you must do a `make clean' in your diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 5d9e1e6..671bdfd 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -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.173 1995/04/24 04:30:19 dyson Exp $ +# $Id: LINT,v 1.174 1995/04/24 05:33:59 phk 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 @@ -243,6 +243,10 @@ options PROCFS #Process filesystem options UMAPFS #UID map filesystem options UNION #Union filesystem +# Make space in the kernel for a MFS rootfilesystem. Define to the number +# of kilobytes to reserve for the filesystem. +options "MFS_ROOT=10" + # # Disk quotas are supported when this option is enabled. If you # change the value of this option, you must do a `make clean' in your diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 5d9e1e6..671bdfd 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/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.173 1995/04/24 04:30:19 dyson Exp $ +# $Id: LINT,v 1.174 1995/04/24 05:33:59 phk 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 @@ -243,6 +243,10 @@ options PROCFS #Process filesystem options UMAPFS #UID map filesystem options UNION #Union filesystem +# Make space in the kernel for a MFS rootfilesystem. Define to the number +# of kilobytes to reserve for the filesystem. +options "MFS_ROOT=10" + # # Disk quotas are supported when this option is enabled. If you # change the value of this option, you must do a `make clean' in your |