summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2002-07-16 18:16:01 +0000
committermp <mp@FreeBSD.org>2002-07-16 18:16:01 +0000
commit8da6f99dd3fe1e0504a84aa5efce59ba5e6c82a1 (patch)
tree7bedf0cd9e6c3a87efd2023dad12e7c07621a970 /sys/boot/forth
parentbda13f0cba9e1f5c1e59078488a2a42c59e8c062 (diff)
downloadFreeBSD-src-8da6f99dd3fe1e0504a84aa5efce59ba5e6c82a1.zip
FreeBSD-src-8da6f99dd3fe1e0504a84aa5efce59ba5e6c82a1.tar.gz
Don't imply that setting the boot_ variables to "NO" will disable them.
MFC after: 3 days
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/loader.conf14
1 files changed, 8 insertions, 6 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index 405c62c..e0724a6 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -58,12 +58,14 @@ module_path="/boot/kernel;/boot/modules;/modules" # Set the module search path
### Kernel settings ########################################
##############################################################
-#boot_askname="NO" # Prompt the user for the name of the root device
-#boot_ddb="NO" # Instructs the kernel to start in the DDB debugger
-#boot_gdb="NO" # Selects gdb-remote mode for the kernel debugger
-#boot_single="NO" # Start system in single-user mode
-#boot_userconfig="NO" # Run kernel's interactive device configuration program
-#boot_verbose="NO" # Causes extra debugging information to be printed
+ # The following boot_ variables are enabled
+ # by setting them to any value.
+#boot_askname="" # Prompt the user for the name of the root device
+#boot_ddb="" # Instructs the kernel to start in the DDB debugger
+#boot_gdb="" # Selects gdb-remote mode for the kernel debugger
+#boot_single="" # Start system in single-user mode
+#boot_userconfig="" # Run kernel's interactive device configuration program
+#boot_verbose="" # Causes extra debugging information to be printed
#init_path="/sbin/init:/sbin/oinit:/sbin/init.bak:/stand/sysinstall"
# Sets the list of init candidates
#dumpdev="ad0s1b" # Set device for crash dumps
OpenPOWER on IntegriCloud