diff options
author | msmith <msmith@FreeBSD.org> | 1998-12-15 14:21:30 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1998-12-15 14:21:30 +0000 |
commit | 98e8c7d522369c619fed305d7b6e955ac50a6e55 (patch) | |
tree | d7966ed8e9e2c7c1f41c26c91a2df14433aa2425 /sys/boot/common/help.common | |
parent | 86d45a4ff79202144554f242bea50213c43e59cf (diff) | |
download | FreeBSD-src-98e8c7d522369c619fed305d7b6e955ac50a6e55.zip FreeBSD-src-98e8c7d522369c619fed305d7b6e955ac50a6e55.tar.gz |
Build the composite help file from the generic and architecture-specific
help files, sorting topics and subtopics to allow maximum flexibility.
Diffstat (limited to 'sys/boot/common/help.common')
-rw-r--r-- | sys/boot/common/help.common | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index 0470dea..a57ab7d 100644 --- a/sys/boot/common/help.common +++ b/sys/boot/common/help.common @@ -105,7 +105,7 @@ The set command is used to set variables. ################################################################################ -# Tset Sauotboot_delay DSet the default autoboot delay +# Tset Sautoboot_delay DSet the default autoboot delay set autoboot_delay=<value> @@ -121,6 +121,45 @@ semicolon-separated list of paths, which will be searched for in turn. ################################################################################ +# Tset Sboot_askname DPrompt for root device when kernel is booted + + set boot_askname + + Instructs the kernel to prompt the user for the name of the root device + when the kernel is booted. + +################################################################################ +# Tset Sboot_ddb DDrop to the kernel debugger (DDB) when the kernel is loaded + + set boot_ddb + + Instructs the kernel to start in the DDB debugger, rather than + proceeding to initialise when booted. + +################################################################################ +# Tset Sboot_gdb DSelect gdb-remote mode for kernel debugger + + set boot_gdb + + Selects gdb-remote mode for the kernel debugger by default. + +################################################################################ +# Tset Sboot_single DRequest the kernel start in single-user mode + + set boot_single + + Prevents the kernel from initiating a multi-user startup, single-user + mode will be entered when the kernel has finished device probes. + +################################################################################ +# Tset Sboot_verbose DDisplay verbose device probes and debugging information + + set boot_verbose + + Setting this variable causes extra debugging information to be printed + by the kernel during the boot phase. + +################################################################################ # Tset Sconsole DSet the current console set console[=<value>] |