192
193 ################################################################################
194 # Tset Sbootfile DSet the default boot file set
195
196 set bootfile=<filename>[;<filename>...]
197
198 Sets the default set of kernel boot filename(s). It may be overridden
199 by setting the bootfile variable to a semicolon-separated list of
200 filenames, each of which will be searched for in the module_path
201 directories. The default bootfile set is "unix".
202
203 ################################################################################
204 # Tset Sboot_ask DPrompt for configuration information
205
206 set boot_ask
207
208 Instructs the kernel to prompt the user for the configuration
209 information when the kernel is booted.
210
211 ################################################################################
212 # Tset Sboot_debug DDrop to the kernel debugger (kmdb)
213
214 set boot_debug
215
216 Instructs the kernel to start in the kmdb debugger, rather than
217 proceeding to initialize when booted. Can only be used when boot_kmdb
218 is set.
219
220 ################################################################################
221 # Tset Sboot_kmdb DStart the kernel debugger (kmdb)
222
223 set boot_kmdb
224
225 Instructs the kernel to start the kmdb debugger and then continue
226 with normal boot.
227
228 ################################################################################
229 # Tset Sboot_reconfigure DInitaiate reconfiguration boot
230
231 set boot_reconfigure
232
233 The system will probe all attached hardware devices and configure
234 the logical namespace in /dev.
|
192
193 ################################################################################
194 # Tset Sbootfile DSet the default boot file set
195
196 set bootfile=<filename>[;<filename>...]
197
198 Sets the default set of kernel boot filename(s). It may be overridden
199 by setting the bootfile variable to a semicolon-separated list of
200 filenames, each of which will be searched for in the module_path
201 directories. The default bootfile set is "unix".
202
203 ################################################################################
204 # Tset Sboot_ask DPrompt for configuration information
205
206 set boot_ask
207
208 Instructs the kernel to prompt the user for the configuration
209 information when the kernel is booted.
210
211 ################################################################################
212 # Tset Sboot_drop_into_kmdb DDrop into the kernel debugger (kmdb)
213
214 set boot_drop_into_kmdb
215
216 Instructs the kernel to start in the kmdb debugger, rather than
217 proceeding to initialize when booted. Can only be used when boot_kmdb
218 is set.
219
220 ################################################################################
221 # Tset Sboot_kmdb DStart the kernel debugger (kmdb)
222
223 set boot_kmdb
224
225 Instructs the kernel to start the kmdb debugger and then continue
226 with normal boot.
227
228 ################################################################################
229 # Tset Sboot_reconfigure DInitaiate reconfiguration boot
230
231 set boot_reconfigure
232
233 The system will probe all attached hardware devices and configure
234 the logical namespace in /dev.
|