Deleted Added
full compact
loader.conf.5 (347700) loader.conf.5 (360596)
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: stable/11/stand/defaults/loader.conf.5 347700 2019-05-16 14:42:16Z markj $
26.Dd May 16, 2019
25.\" $FreeBSD: stable/11/stand/defaults/loader.conf.5 360596 2020-05-03 03:53:38Z kevans $
26.Dd May 2, 2020
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

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

86than
87.Xr loader 8 ,
88so its use should be avoided.
89Multiple instances of it will be processed
90independently.
91.It Ar loader_conf_files
92Defines additional configuration files to be processed right after the
93present file.
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

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

86than
87.Xr loader 8 ,
88so its use should be avoided.
89Multiple instances of it will be processed
90independently.
91.It Ar loader_conf_files
92Defines additional configuration files to be processed right after the
93present file.
94.Ar loader_conf_files
95should be treated as write-only.
96One cannot depend on any value remaining in the loader environment or carried
97over into the kernel environment.
94.It Ar kernel
95Name of the kernel to be loaded.
96If no kernel name is set, no additional
97modules will be loaded.
98The name must be a subdirectory of
99.Pa /boot
100that contains a kernel.
101.It Ar kernel_options

--- 260 unchanged lines hidden ---
98.It Ar kernel
99Name of the kernel to be loaded.
100If no kernel name is set, no additional
101modules will be loaded.
102The name must be a subdirectory of
103.Pa /boot
104that contains a kernel.
105.It Ar kernel_options

--- 260 unchanged lines hidden ---