Deleted Added
full compact
loader.conf.5 (199855) loader.conf.5 (208027)
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 199855 2009-11-27 03:55:42Z sobomax $
25.\" $FreeBSD: head/sys/boot/forth/loader.conf.5 208027 2010-05-13 12:07:55Z uqs $
26.Dd January 16, 2008
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

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

238.It Pa /boot/loader.rc
239contains the instructions to automatically process
240.Nm .
241.El
242.Sh SEE ALSO
243.Xr boot 8 ,
244.Xr loader 8 ,
245.Xr loader.4th 8
26.Dd January 16, 2008
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

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

238.It Pa /boot/loader.rc
239contains the instructions to automatically process
240.Nm .
241.El
242.Sh SEE ALSO
243.Xr boot 8 ,
244.Xr loader 8 ,
245.Xr loader.4th 8
246.Sh HISTORY
247The file
248.Nm
249first appeared in
250.Fx 3.2 .
251.Sh AUTHORS
252This manual page was written by
253.An Daniel C. Sobral Aq dcs@FreeBSD.org .
246.Sh BUGS
247The
248.Xr loader 8
249stops reading
250.Nm
251when it encounters a syntax error, so any options which are vital for
252booting a particular system (i.e.\&
253.Dq Va hw.ata.ata_dma Ns "=0" )
254should precede any experimental additions to
255.Nm .
254.Sh BUGS
255The
256.Xr loader 8
257stops reading
258.Nm
259when it encounters a syntax error, so any options which are vital for
260booting a particular system (i.e.\&
261.Dq Va hw.ata.ata_dma Ns "=0" )
262should precede any experimental additions to
263.Nm .
256.Sh HISTORY
257The file
258.Nm
259first appeared in
260.Fx 3.2 .
261.Sh AUTHORS
262This manual page was written by
263.An Daniel C. Sobral Aq dcs@FreeBSD.org .