Deleted Added
full compact
loader.8 (213573) loader.8 (215016)
1.\" Copyright (c) 1999 Daniel C. Sobral
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 1999 Daniel C. Sobral
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/sys/boot/common/loader.8 213573 2010-10-08 12:40:16Z uqs $
25.\" $FreeBSD: head/sys/boot/common/loader.8 215016 2010-11-08 21:50:45Z jhb $
26.\"
27.Dd February 15, 2009
28.Dt LOADER 8
29.Os
30.Sh NAME
31.Nm loader
32.Nd kernel bootstrapping final stage
33.Sh DESCRIPTION

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

329.Nm .
330Others can affect the behavior of either
331.Nm
332or the kernel at boot.
333Some options may require a value,
334while others define behavior just by being set.
335Both types of builtin variables are described below.
336.Bl -tag -width bootfile
26.\"
27.Dd February 15, 2009
28.Dt LOADER 8
29.Os
30.Sh NAME
31.Nm loader
32.Nd kernel bootstrapping final stage
33.Sh DESCRIPTION

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

329.Nm .
330Others can affect the behavior of either
331.Nm
332or the kernel at boot.
333Some options may require a value,
334while others define behavior just by being set.
335Both types of builtin variables are described below.
336.Bl -tag -width bootfile
337.It Va acpi_load
338Unset this to disable automatic loading of the ACPI module.
339See also
340.Va hint.acpi.0.disabled
341in
342.Xr device.hints 5 .
343.It Va autoboot_delay
344Number of seconds
345.Ic autoboot
346will wait before booting.
347If this variable is not defined,
348.Ic autoboot
349will default to 10 seconds.
350.Pp

--- 678 unchanged lines hidden ---
337.It Va autoboot_delay
338Number of seconds
339.Ic autoboot
340will wait before booting.
341If this variable is not defined,
342.Ic autoboot
343will default to 10 seconds.
344.Pp

--- 678 unchanged lines hidden ---