Deleted Added
full compact
loader.conf.5 (254105) loader.conf.5 (257650)
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 254105 2013-08-08 22:09:46Z dteske $
26.Dd August 6, 2013
25.\" $FreeBSD: head/sys/boot/forth/loader.conf.5 257650 2013-11-04 20:28:10Z dteske $
26.Dd October 18, 2013
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

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

204(useful for systems with neither a video console nor a serial port), and
205.Dq spinconsole
206selects the video console which prevents any input and hides all output
207replacing it with
208.Dq spinning
209character (useful for embedded products and such).
210.It Va kernel
211.Pq Dq kernel
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

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

204(useful for systems with neither a video console nor a serial port), and
205.Dq spinconsole
206selects the video console which prevents any input and hides all output
207replacing it with
208.Dq spinning
209character (useful for embedded products and such).
210.It Va kernel
211.Pq Dq kernel
212.It Va kernels
213.Pq Dq kernel kernel.old
214Space or comma separated list of kernels to present in the boot menu.
212.It Va loader_conf_files
213.Pq Dq Pa /boot/loader.conf /boot/loader.conf.local
214.It Va splash_bmp_load
215.Pq Dq NO
216If set to
217.Dq YES ,
218will load the splash screen module, making it possible to display a bmp image
219on the screen while booting.

--- 68 unchanged lines hidden ---
215.It Va loader_conf_files
216.Pq Dq Pa /boot/loader.conf /boot/loader.conf.local
217.It Va splash_bmp_load
218.Pq Dq NO
219If set to
220.Dq YES ,
221will load the splash screen module, making it possible to display a bmp image
222on the screen while booting.

--- 68 unchanged lines hidden ---