summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>1998-06-30 07:36:33 +0000
committerjmg <jmg@FreeBSD.org>1998-06-30 07:36:33 +0000
commit9ac79945c7c074e0cd79eca6c4f52d4f9ad83a4a (patch)
treeebe21fbcd6dfded1454bd0e2b578b734d989e95a /sys/i386
parentcd332916584d32540ede32779dcc6b607540df2e (diff)
downloadFreeBSD-src-9ac79945c7c074e0cd79eca6c4f52d4f9ad83a4a.zip
FreeBSD-src-9ac79945c7c074e0cd79eca6c4f52d4f9ad83a4a.tar.gz
document and make EXPORTMFS a new style option
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 5faea2f..7a68c2e 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.439 1998/06/24 22:01:32 msmith Exp $
+# $Id: LINT,v 1.440 1998/06/30 03:01:30 jmg 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
@@ -490,6 +490,8 @@ options DEVFS #devices filesystem
options MFS_ROOT=10
# Allow the MFS_ROOT code to load the MFS image from floppy if it is missing.
options MFS_AUTOLOAD
+# Allows MFS filesystems to be exported via nfs
+options EXPORTMFS
# Allow this many swap-devices.
options NSWAPDEV=20
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 5faea2f..7a68c2e 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.439 1998/06/24 22:01:32 msmith Exp $
+# $Id: LINT,v 1.440 1998/06/30 03:01:30 jmg 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
@@ -490,6 +490,8 @@ options DEVFS #devices filesystem
options MFS_ROOT=10
# Allow the MFS_ROOT code to load the MFS image from floppy if it is missing.
options MFS_AUTOLOAD
+# Allows MFS filesystems to be exported via nfs
+options EXPORTMFS
# Allow this many swap-devices.
options NSWAPDEV=20
OpenPOWER on IntegriCloud