loader.conf.5 (812b09037daa73a977753d6ee88e6f0dad35acb2) | loader.conf.5 (72cf7db3aaf17db412183886f19320e5074dc8b7) |
---|---|
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. --- 9 unchanged lines hidden (view full) --- 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$ | 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. --- 9 unchanged lines hidden (view full) --- 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$ |
26.Dd April 29, 2020 | 26.Dd December 31, 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 --- 47 unchanged lines hidden (view full) --- 82.Xr loader 8 83command. 84This type of setting cannot be processed by programs other 85than 86.Xr loader 8 , 87so its use should be avoided. 88Multiple instances of it will be processed 89independently. | 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 --- 47 unchanged lines hidden (view full) --- 82.Xr loader 8 83command. 84This type of setting cannot be processed by programs other 85than 86.Xr loader 8 , 87so its use should be avoided. 88Multiple instances of it will be processed 89independently. |
90.It Ar loader_conf_dirs 91Space separated list of directories to process for configuration files. 92The lua-based loader will process files with a 93.Dq .conf 94suffix that are placed in these directories. |
|
90.It Ar loader_conf_files 91Defines additional configuration files to be processed right after the 92present file. 93.Ar loader_conf_files 94should be treated as write-only. 95One cannot depend on any value remaining in the loader environment or carried 96over into the kernel environment. 97.It Ar kernel --- 149 unchanged lines hidden (view full) --- 247.El 248.It Va kernel 249.Pq Dq kernel 250.It Va kernels 251.Pq Dq kernel kernel.old 252Space or comma separated list of kernels to present in the boot menu. 253.It Va loader_conf_files 254.Pq Dq Pa /boot/loader.conf /boot/loader.conf.local | 95.It Ar loader_conf_files 96Defines additional configuration files to be processed right after the 97present file. 98.Ar loader_conf_files 99should be treated as write-only. 100One cannot depend on any value remaining in the loader environment or carried 101over into the kernel environment. 102.It Ar kernel --- 149 unchanged lines hidden (view full) --- 252.El 253.It Va kernel 254.Pq Dq kernel 255.It Va kernels 256.Pq Dq kernel kernel.old 257Space or comma separated list of kernels to present in the boot menu. 258.It Va loader_conf_files 259.Pq Dq Pa /boot/loader.conf /boot/loader.conf.local |
260.It Va loader_conf_dirs 261.Pq Dq Pa /boot/loader.conf.d |
|
255.It Va splash_bmp_load 256.Pq Dq NO 257If set to 258.Dq YES , 259will load the splash screen module, making it possible to display a bmp image 260on the screen while booting. 261.It Va splash_pcx_load 262.Pq Dq NO --- 115 unchanged lines hidden --- | 262.It Va splash_bmp_load 263.Pq Dq NO 264If set to 265.Dq YES , 266will load the splash screen module, making it possible to display a bmp image 267on the screen while booting. 268.It Va splash_pcx_load 269.Pq Dq NO --- 115 unchanged lines hidden --- |