Improved markup, fixes some spelling and grammar.
Approved by: re (blanket)
This commit is contained in:
parent
e2200cd04b
commit
0bdf9fcd67
@ -24,7 +24,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd October 15, 2004
|
.Dd May 27, 2005
|
||||||
.Dt LOADER 8
|
.Dt LOADER 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -63,7 +63,7 @@ During initialization,
|
|||||||
will probe for a console and set the
|
will probe for a console and set the
|
||||||
.Va console
|
.Va console
|
||||||
variable, or set it to serial console
|
variable, or set it to serial console
|
||||||
.Pq Dq comconsole
|
.Pq Dq Li comconsole
|
||||||
if the previous boot stage used that.
|
if the previous boot stage used that.
|
||||||
If multiple consoles are selected, they will be listed separated by spaces.
|
If multiple consoles are selected, they will be listed separated by spaces.
|
||||||
Then, devices are probed,
|
Then, devices are probed,
|
||||||
@ -103,7 +103,7 @@ At this point, if an
|
|||||||
has not been tried, and if
|
has not been tried, and if
|
||||||
.Va autoboot_delay
|
.Va autoboot_delay
|
||||||
is not set to
|
is not set to
|
||||||
.Dq NO
|
.Dq Li NO
|
||||||
(not case sensitive), then an
|
(not case sensitive), then an
|
||||||
.Ic autoboot
|
.Ic autoboot
|
||||||
will be tried.
|
will be tried.
|
||||||
@ -115,13 +115,14 @@ will engage interactive mode.
|
|||||||
Please note that historically even when
|
Please note that historically even when
|
||||||
.Va autoboot_delay
|
.Va autoboot_delay
|
||||||
is set to
|
is set to
|
||||||
.Dq 0
|
.Dq Li 0
|
||||||
user will be able to interrupt autoboot process by pressing some key
|
user will be able to interrupt autoboot process by pressing some key
|
||||||
on the console while kernel and modules are being loaded. In some
|
on the console while kernel and modules are being loaded.
|
||||||
|
In some
|
||||||
cases such behaviour may be undesirable, to prevent it set
|
cases such behaviour may be undesirable, to prevent it set
|
||||||
.Va autoboot_delay
|
.Va autoboot_delay
|
||||||
to
|
to
|
||||||
.Dq -1 ,
|
.Dq Li -1 ,
|
||||||
in this case
|
in this case
|
||||||
.Nm
|
.Nm
|
||||||
will engage interactive mode only if
|
will engage interactive mode only if
|
||||||
@ -337,7 +338,7 @@ If this variable is not defined,
|
|||||||
will default to 10 seconds.
|
will default to 10 seconds.
|
||||||
.Pp
|
.Pp
|
||||||
If set to
|
If set to
|
||||||
.Dq NO ,
|
.Dq Li NO ,
|
||||||
no
|
no
|
||||||
.Ic autoboot
|
.Ic autoboot
|
||||||
will be automatically attempted after processing
|
will be automatically attempted after processing
|
||||||
@ -347,18 +348,18 @@ though explicit
|
|||||||
will be processed normally, defaulting to 10 seconds delay.
|
will be processed normally, defaulting to 10 seconds delay.
|
||||||
.Pp
|
.Pp
|
||||||
If set to
|
If set to
|
||||||
.Dq 0
|
.Dq Li 0 ,
|
||||||
no delay will inserted, but user still will be able to interrupt
|
no delay will be inserted, but user still will be able to interrupt
|
||||||
.Ic autoboot
|
.Ic autoboot
|
||||||
process and escape into the interactive mode by pressing some key
|
process and escape into the interactive mode by pressing some key
|
||||||
on the console while kernel and
|
on the console while kernel and
|
||||||
modules are being loaded.
|
modules are being loaded.
|
||||||
.Pp
|
.Pp
|
||||||
If set to
|
If set to
|
||||||
.Dq -1
|
.Dq Li -1 ,
|
||||||
no delay will inserted and
|
no delay will be inserted and
|
||||||
.Nm
|
.Nm
|
||||||
will engange interactive mode only if
|
will engage interactive mode only if
|
||||||
.Ic autoboot
|
.Ic autoboot
|
||||||
has failed for some reason.
|
has failed for some reason.
|
||||||
.It Va boot_askname
|
.It Va boot_askname
|
||||||
|
Loading…
Reference in New Issue
Block a user