Deleted Added
full compact
loader.conf.5 (233648) loader.conf.5 (244158)
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/forth/loader.conf.5 233648 2012-03-29 05:02:12Z eadler $
26.Dd July 20, 2011
25.\" $FreeBSD: head/sys/boot/forth/loader.conf.5 244158 2012-12-12 17:49:01Z dteske $
26.Dd December 10, 2012
27.Dt LOADER.CONF 5
28.Os
29.Sh NAME
30.Nm loader.conf
31.Nd "system bootstrap configuration information"
32.Sh DESCRIPTION
33The file
34.Nm

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

108If no kernel name is set, no additional
109modules will be loaded.
110The name must be a subdirectory of
111.Pa /boot
112that contains a kernel.
113.It Ar kernel_options
114Flags to be passed to the kernel.
115.It Ar password
27.Dt LOADER.CONF 5
28.Os
29.Sh NAME
30.Nm loader.conf
31.Nd "system bootstrap configuration information"
32.Sh DESCRIPTION
33The file
34.Nm

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

108If no kernel name is set, no additional
109modules will be loaded.
110The name must be a subdirectory of
111.Pa /boot
112that contains a kernel.
113.It Ar kernel_options
114Flags to be passed to the kernel.
115.It Ar password
116Protect boot menu with a password without interrupting
117.Ic autoboot
118process.
119The password should be in clear text format.
120If a password is set, boot menu will not appear until any key is pressed during
121countdown period specified by
122.Va autoboot_delay
123variable or
124.Ic autoboot
125process fails.
126In both cases user should provide specified password to be able to access boot
127menu.
128.It Ar bootlock_password
116Provides a password to be required by check-password before execution is
117allowed to continue.
129Provides a password to be required by check-password before execution is
130allowed to continue.
131The password should be in clear text format.
132If a password is set, the user must provide specified password to boot.
118.It Ar verbose_loading
119If set to
120.Dq YES ,
121module names will be displayed as they are loaded.
122.It Ar *_load
123If set to
124.Dq YES ,
125that module will be loaded.

--- 147 unchanged lines hidden ---
133.It Ar verbose_loading
134If set to
135.Dq YES ,
136module names will be displayed as they are loaded.
137.It Ar *_load
138If set to
139.Dq YES ,
140that module will be loaded.

--- 147 unchanged lines hidden ---