1 .\" Copyright (c) 1999 Daniel C. Sobral
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
25 .\" $FreeBSD: src/sys/boot/forth/loader.4th.8,v 1.14 2002/08/13 15:09:33 ru Exp $
26 .\" $DragonFly: src/sys/boot/forth/loader.4th.8,v 1.4 2004/12/20 13:13:19 joerg Exp $
33 .Nd loader.conf processing tools
35 The file that goes by the name of
37 is a set of commands designed to manipulate
44 and uses one of its commands to automatically read and process
48 Other commands exists to help the user specify alternate
53 by themselves are not enough for most uses.
55 examples below for the most common situations, and to
57 for additional commands.
59 Before using any of the commands provided in
64 .Dl include loader.4th
66 This line is present in the default
68 file, so it isn't needed (and should not be re-issued) in a normal setup.
70 The commands provided by it are:
71 .Bl -tag -width disable-module_module -compact -offset indent
73 .It Ic boot Ar kernelname Op Cm ...
74 .It Ic boot Ar directory Op Cm ...
75 .It Ic boot Fl flag Cm ...
76 Boot as specified by the
80 Depending on the arguments passed, it can override boot flags and
81 either the kernel name or the search path for kernel and modules.
84 .It Ic boot-conf Ar kernelname Op Cm ...
85 .It Ic boot-conf Ar directory Op Cm ...
86 .It Ic boot-conf Fl flag Cm ...
89 described above, but instead of booting immediately, uses
95 .Pa /boot/defaults/loader.conf ,
98 files specified in it, and then proceeds to boot as specified in them.
100 is the command used in the default
102 file, and it uses the
106 so it can be stopped for further interaction with
110 Initialize the supporting library so commands can be used without
117 .Pa /boot/defaults/loader.conf
120 files specified in it.
121 Returns a flag on the stack to indicate
122 if any configuration file was successfully loaded.
124 .It Ic read-conf Ar filename
125 Reads and processes a
128 Does not proceed to boot.
130 .It Ic enable-module Ar module
131 Enables the loading of
134 .It Ic disable-module Ar module
135 Disables the loading of
138 .It Ic toggle-module Ar module
139 Toggles the loading of
143 .It Ic show-module Ar module
144 Shows the information gathered in the
146 files about the module
152 files to specify the action after a module loading fails.
157 files to specify the action after a module loading fails.
160 .Bl -tag -width /boot/loader.4th -compact
164 .It Pa /boot/loader.4th
167 .It Pa /boot/loader.rc
169 bootstrapping script.
170 .It Pa /boot/defaults/loader.conf
177 .Pa /boot/loader.rc :
179 .Bd -literal -offset indent -compact
180 include /boot/loader.4th
184 Load a different kernel with the standard configuration:
186 .Bd -literal -offset indent -compact
187 set kernel="/kernel.old"
192 Read an additional configuration file and then proceed to boot:
194 .Bd -literal -offset indent -compact
196 read-conf /boot/special.conf
200 Disable the loading of the splash screen module and bitmap and then
203 .Bd -literal -offset indent -compact
205 disable-module splash_bmp
206 disable-module bitmap
215 set of commands first appeared in
220 set of commands was written by
221 .An Daniel C. Sobral Aq dcs@FreeBSD.org .
223 A British espionage series.