Skip to content

Commit

Permalink
Don't imply that setting the boot_ variables to "NO" will disable them.
Browse files Browse the repository at this point in the history
MFC after:	3 days
  • Loading branch information
markpeek committed Jul 16, 2002
1 parent 1ab480b commit 9efec33
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions sys/boot/forth/loader.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9efec33

Please sign in to comment.