Deleted Added
full compact
beastie.4th.8 (256281) beastie.4th.8 (271135)
1.\" Copyright (c) 2011-2012 Devin Teske
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) 2011-2012 Devin Teske
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/10/sys/boot/forth/beastie.4th.8 244158 2012-12-12 17:49:01Z dteske $
25.\" $FreeBSD: stable/10/sys/boot/forth/beastie.4th.8 271135 2014-09-04 21:01:10Z emaste $
26.\"
26.\"
27.Dd May 16, 2011
27.Dd April 27, 2014
28.Dt BEASTIE.4TH 8
29.Os
30.Sh NAME
31.Nm beastie.4th
32.Nd FreeBSD ASCII art boot module
33.Sh DESCRIPTION
34The file that goes by the name of
35.Nm

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

114.It Va loader_logo_x
115Sets the desired column position of the logo. Default is 46.
116.It Va loader_logo_y
117Sets the desired row position of the logo. Default is 4.
118.It Va beastie_disable
119If set to
120.Dq YES ,
121the beastie boot menu will be skipped.
28.Dt BEASTIE.4TH 8
29.Os
30.Sh NAME
31.Nm beastie.4th
32.Nd FreeBSD ASCII art boot module
33.Sh DESCRIPTION
34The file that goes by the name of
35.Nm

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

114.It Va loader_logo_x
115Sets the desired column position of the logo. Default is 46.
116.It Va loader_logo_y
117Sets the desired row position of the logo. Default is 4.
118.It Va beastie_disable
119If set to
120.Dq YES ,
121the beastie boot menu will be skipped.
122The beastie boot menu is always skipped if booting UEFI or running non-x86
123hardware.
122.It Va loader_delay
123If set to a number higher than zero, introduces a delay before starting the
124beastie boot menu. During the delay the user can press either Ctrl-C to skip
125the menu or ENTER to proceed to the menu. The default is to not delay when
126loading the menu.
127.El
128.Sh FILES
129.Bl -tag -width /boot/loader.4th -compact

--- 43 unchanged lines hidden ---
124.It Va loader_delay
125If set to a number higher than zero, introduces a delay before starting the
126beastie boot menu. During the delay the user can press either Ctrl-C to skip
127the menu or ENTER to proceed to the menu. The default is to not delay when
128loading the menu.
129.El
130.Sh FILES
131.Bl -tag -width /boot/loader.4th -compact

--- 43 unchanged lines hidden ---