summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 026e9d5..7fc4aa7 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.328 1997/04/26 11:44:55 peter Exp $
+# $Id: LINT,v 1.329 1997/04/28 00:24:26 fsmp 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
@@ -439,6 +439,13 @@ options QUOTA #enable disk quotas
#options UMAPFS_DIAGNOSTIC
#options UNION_DIAGNOSTIC
+# In particular multi-session CD-Rs might require a huge amount of
+# time in order to "settle". If we are about mounting them as the
+# root f/s, we gotta wait a little.
+#
+# The number is supposed to be in seconds.
+options "CD9660_ROOTDELAY=20"
+
# Add some error checking code to the null_bypass routine
# in the NULL filesystem
#options SAFETY
OpenPOWER on IntegriCloud