Deleted Added
full compact
help.common (41821) help.common (41822)
1################################################################################
2# Thelp DDisplay command help
3
4 help [topic [subtopic]]
5 ?
6
7 The help command displays help on commands and their usage.
8

--- 107 unchanged lines hidden (view full) ---

116
117 set bootfile=<filename>[,<filename>...]
118
119 The default search path for bootable kernels is /kernel,/kernel.old.
120 It may be overridden by setting the bootfile variable to a
121 semicolon-separated list of paths, which will be searched for in turn.
122
123################################################################################
1################################################################################
2# Thelp DDisplay command help
3
4 help [topic [subtopic]]
5 ?
6
7 The help command displays help on commands and their usage.
8

--- 107 unchanged lines hidden (view full) ---

116
117 set bootfile=<filename>[,<filename>...]
118
119 The default search path for bootable kernels is /kernel,/kernel.old.
120 It may be overridden by setting the bootfile variable to a
121 semicolon-separated list of paths, which will be searched for in turn.
122
123################################################################################
124# Tset Sboot_askname DPrompt for root device when kernel is booted
124# Tset Sboot_askname DPrompt for root device
125
126 set boot_askname
127
128 Instructs the kernel to prompt the user for the name of the root device
129 when the kernel is booted.
130
131################################################################################
125
126 set boot_askname
127
128 Instructs the kernel to prompt the user for the name of the root device
129 when the kernel is booted.
130
131################################################################################
132# Tset Sboot_ddb DDrop to the kernel debugger (DDB) when the kernel is loaded
132# Tset Sboot_ddb DDrop to the kernel debugger (DDB)
133
134 set boot_ddb
135
136 Instructs the kernel to start in the DDB debugger, rather than
137 proceeding to initialise when booted.
138
139################################################################################
133
134 set boot_ddb
135
136 Instructs the kernel to start in the DDB debugger, rather than
137 proceeding to initialise when booted.
138
139################################################################################
140# Tset Sboot_gdb DSelect gdb-remote mode for kernel debugger
140# Tset Sboot_gdb DSelect gdb-remote mode
141
142 set boot_gdb
143
144 Selects gdb-remote mode for the kernel debugger by default.
145
146################################################################################
141
142 set boot_gdb
143
144 Selects gdb-remote mode for the kernel debugger by default.
145
146################################################################################
147# Tset Sboot_single DRequest the kernel start in single-user mode
147# Tset Sboot_single DStart system in single-user mode
148
149 set boot_single
150
151 Prevents the kernel from initiating a multi-user startup, single-user
152 mode will be entered when the kernel has finished device probes.
153
154################################################################################
148
149 set boot_single
150
151 Prevents the kernel from initiating a multi-user startup, single-user
152 mode will be entered when the kernel has finished device probes.
153
154################################################################################
155# Tset Sboot_verbose DDisplay verbose device probes and debugging information
155# Tset Sboot_verbose DVerbose boot messages
156
157 set boot_verbose
158
159 Setting this variable causes extra debugging information to be printed
160 by the kernel during the boot phase.
161
162################################################################################
163# Tset Sconsole DSet the current console

--- 99 unchanged lines hidden ---
156
157 set boot_verbose
158
159 Setting this variable causes extra debugging information to be printed
160 by the kernel during the boot phase.
161
162################################################################################
163# Tset Sconsole DSet the current console

--- 99 unchanged lines hidden ---