1 .\" Copyright (c) 2011-2012 Devin Teske
2 .\" All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
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
30 .Nd FreeBSD ASCII art boot module
32 The file that goes by the name of
34 is a set of commands designed to draw the ASCII art FreeBSD mascot
37 \(en to the right of the boot loader menu.
40 by themselves are not enough for most uses.
42 examples below for the most common situations, and to
44 for additional commands.
46 Before using any of the commands provided in
51 .Dl include beastie.4th
53 This line is present in the default
55 file, so it is not needed (and should not be re-issued) in a normal setup.
57 The commands provided by it are:
59 .Bl -tag -width disable-module_module -compact -offset indent
61 Draws the FreeBSD logo.
63 The logo that is drawn is configured by setting the
76 The position of the logo can be configured by setting the
82 The default values are 46 (x) and 4 (y).
85 Clears the screen of beastie.
88 Initializes the interactive boot loader menu.
92 variable can be configured in
94 to the number of seconds you would like to delay loading the boot menu.
95 During the delay the user can press Ctrl-C to fall back to
98 The default behavior is to not delay.
101 The environment variables that effect its behavior are:
102 .Bl -tag -width bootfile -offset indent
104 Selects the desired logo in the beastie boot menu.
114 Sets the desired column position of the logo.
117 Sets the desired row position of the logo.
119 .It Va beastie_disable
122 the beastie boot menu will be skipped.
123 The beastie boot menu is always skipped if running non-x86 hardware.
125 If set to a number higher than zero, introduces a delay before starting the
127 During the delay the user can press either Ctrl-C to skip the menu or ENTER
128 to proceed to the menu.
129 The default is to not delay when loading the menu.
132 .Bl -tag -width /boot/loader.4th -compact
136 .It Pa /boot/beastie.4th
139 .It Pa /boot/loader.rc
141 bootstrapping script.
145 .Pa /boot/loader.rc :
147 .Bd -literal -offset indent -compact
148 include /boot/beastie.4th
152 Set a different logo in
155 .Bd -literal -offset indent -compact
156 loader_logo="beastie"
165 set of commands first appeared in
170 set of commands was written by
172 .An Scott Long Aq scottl@FreeBSD.org ,
173 .An Aleksander Fafula Aq alex@fafula.com
175 .An Devin Teske Aq dteske@FreeBSD.org .