summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-10-05 07:45:54 +0000
committerobrien <obrien@FreeBSD.org>1998-10-05 07:45:54 +0000
commit694db7871e9ec5dd1e636b40701bb47842f0fcd4 (patch)
tree4cf069b36d3def1b3572e3040f03cfaa73f023fd /sys/conf
parent3cdfede597d0da4bfa72357ab6dcc53330a301f3 (diff)
downloadFreeBSD-src-694db7871e9ec5dd1e636b40701bb47842f0fcd4.zip
FreeBSD-src-694db7871e9ec5dd1e636b40701bb47842f0fcd4.tar.gz
Document that ``options xFS_ROOT'' requires the associated ``options xFS''.
Reordered xFS_ROOT's to be below the associated xFS.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 7d96775..dc8ccff 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.480 1998/10/02 05:15:51 ken Exp $
+# $Id: LINT,v 1.481 1998/10/02 21:00:58 ken 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
@@ -493,7 +493,7 @@ options NFS #Network File System
# The rest are optional:
# options NFS_NOSERVER #Disable the NFS-server code.
-options "CD9660" #ISO 9660 filesystem
+options CD9660 #ISO 9660 filesystem
options FDESC #File descriptor filesystem
options KERNFS #Kernel filesystem
options MFS #Memory File System
@@ -503,7 +503,8 @@ options PORTAL #Portal filesystem
options PROCFS #Process filesystem
options UMAPFS #UID map filesystem
options UNION #Union filesystem
-options "CD9660_ROOT" #CD-ROM usable as root device
+# 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 NFS_ROOT #NFS usable as root device
# This code is still experimental (e.g. doesn't handle disk slices well).
OpenPOWER on IntegriCloud