source: chapter07/bootscripts.xml@ 69993f4

6.0
Last change on this file since 69993f4 was 69993f4, checked in by Gerard Beekmans <gerard@…>, 20 years ago

Second round of edits for final release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4066 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 8.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<sect1 id="ch-scripts-bootscripts" xreflabel="Bootscripts" role="wrap">
7<title>LFS-Bootscripts-&bootscripts-version;</title>
8<?dbhtml filename="bootscripts.html"?>
9
10<indexterm zone="ch-scripts-bootscripts"><primary sortas="a-Bootscripts">Bootscripts</primary></indexterm>
11
12<sect2 role="package"><title/>
13<para>The LFS-Bootscripts package contains a set of bootscripts.</para>
14
15<segmentedlist>
16<segtitle>&buildtime;</segtitle>
17<segtitle>&diskspace;</segtitle>
18<seglistitem><seg>0.1 SBU</seg><seg>0.3 MB</seg></seglistitem>
19</segmentedlist>
20
21<segmentedlist>
22<segtitle>LFS-Bootscripts installation depends on</segtitle>
23<seglistitem><seg>Bash and Coreutils</seg></seglistitem>
24</segmentedlist>
25</sect2>
26
27<sect2 role="installation">
28<title>Installation of LFS-Bootscripts</title>
29
30<para>Install the package:</para>
31
32<screen><userinput>make install</userinput></screen>
33
34</sect2>
35
36
37<sect2 id="contents-bootscripts" role="content"><title>Contents of LFS-bootscripts</title>
38
39<segmentedlist>
40<segtitle>Installed scripts</segtitle>
41<seglistitem><seg>checkfs, cleanfs, console, functions, halt, ifdown, ifup,
42localnet, mountfs, mountkernfs, network, rc, reboot, sendsignals, setclock, static,
43swap, sysklogd, template, and udev</seg></seglistitem>
44</segmentedlist>
45
46<variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
47<?dbfo list-presentation="list"?>
48
49<varlistentry id="checkfs-bootscripts">
50<term><command>checkfs</command></term>
51<listitem>
52<para>checks the file systems before they are mounted (with the exception of journal
53and network based file systems).</para>
54<indexterm zone="ch-scripts-bootscripts checkfs-bootscripts"><primary sortas="d-checkfs">checkfs</primary></indexterm>
55</listitem>
56</varlistentry>
57
58<varlistentry id="cleanfs-bootscripts">
59<term><command>cleanfs</command></term>
60<listitem>
61<para>removes files that should not be
62preserved between reboots, such as those in <filename class="directory">/var/run/</filename> and
63<filename class="directory">/var/lock/</filename>. It re-creates <filename>/var/run/utmp</filename>
64and removes the possibly present <filename>/etc/nologin</filename>,
65<filename>/fastboot</filename>, and <filename>/forcefsck</filename> files.</para>
66<indexterm zone="ch-scripts-bootscripts cleanfs-bootscripts"><primary sortas="d-cleanfs">cleanfs</primary></indexterm>
67</listitem>
68</varlistentry>
69
70<varlistentry id="console-bootscripts">
71<term><command>console</command></term>
72<listitem>
73<para>loads the keymap table specified as proper for the keyboard
74layout. It also sets the screen font.</para>
75<indexterm zone="ch-scripts-bootscripts console-bootscripts"><primary sortas="d-console">console</primary></indexterm>
76</listitem>
77</varlistentry>
78
79<varlistentry id="functions-bootscripts">
80<term><command>functions</command></term>
81<listitem>
82<para>contains functions shared among different scripts, such as error
83and status checking.</para>
84<indexterm zone="ch-scripts-bootscripts functions-bootscripts"><primary sortas="d-functions">functions</primary></indexterm>
85</listitem>
86</varlistentry>
87
88<varlistentry id="halt-bootscripts">
89<term><command>halt</command></term>
90<listitem>
91<para>halts the system.</para>
92<indexterm zone="ch-scripts-bootscripts halt-bootscripts"><primary sortas="d-halt">halt</primary></indexterm>
93</listitem>
94</varlistentry>
95
96<varlistentry id="ifdown-bootscripts">
97<term><command>ifdown</command></term>
98<listitem>
99<para>assists the network script with network devices.</para>
100<indexterm zone="ch-scripts-bootscripts ifdown-bootscripts"><primary sortas="d-ifdown">ifdown</primary></indexterm>
101</listitem>
102</varlistentry>
103
104<varlistentry id="ifup-bootscripts">
105<term><command>ifup</command></term>
106<listitem>
107<para>assists the network script with network devices.</para>
108<indexterm zone="ch-scripts-bootscripts ifup-bootscripts"><primary sortas="d-ifup">ifup</primary></indexterm>
109</listitem>
110</varlistentry>
111
112<varlistentry id="localnet-bootscripts">
113<term><command>localnet</command></term>
114<listitem>
115<para>sets up the system's hostname and local loopback device.</para>
116<indexterm zone="ch-scripts-bootscripts localnet-bootscripts"><primary sortas="d-localnet">localnet</primary></indexterm>
117</listitem>
118</varlistentry>
119
120<varlistentry id="mountfs-bootscripts">
121<term><command>mountfs</command></term>
122<listitem>
123<para>mounts all file systems, except ones that are marked
124<emphasis>noauto</emphasis> or are network based.</para>
125<indexterm zone="ch-scripts-bootscripts mountfs-bootscripts"><primary sortas="d-mountfs">mountfs</primary></indexterm>
126</listitem>
127</varlistentry>
128
129<varlistentry id="mountkernfs-bootscripts">
130<term><command>mountkernfs</command></term>
131<listitem>
132<para>is used to mount kernel-provided file systems, such as
133<systemitem class="filesystem">proc</systemitem>.</para>
134<indexterm zone="ch-scripts-bootscripts mountkernfs-bootscripts"><primary sortas="d-mountkernfs">mountkernfs</primary></indexterm>
135</listitem>
136</varlistentry>
137
138<varlistentry id="network-bootscripts">
139<term><command>network</command></term>
140<listitem>
141<para>sets up network interfaces, such as network cards, and sets up
142the default gateway (where applicable).</para>
143<indexterm zone="ch-scripts-bootscripts network-bootscripts"><primary sortas="d-network">network</primary></indexterm>
144</listitem>
145</varlistentry>
146
147<varlistentry id="rc-bootscripts">
148<term><command>rc</command></term>
149<listitem>
150<para>the master run-level control script. It is responsible for
151running all other scripts one-by-one, in a sequence determined by
152the name of the symbolic links being processed.</para>
153<indexterm zone="ch-scripts-bootscripts rc-bootscripts"><primary sortas="d-rc">rc</primary></indexterm>
154</listitem>
155</varlistentry>
156
157<varlistentry id="reboot-bootscripts">
158<term><command>reboot</command></term>
159<listitem>
160<para>reboots the system.</para>
161<indexterm zone="ch-scripts-bootscripts reboot-bootscripts"><primary sortas="d-reboot">reboot</primary></indexterm>
162</listitem>
163</varlistentry>
164
165<varlistentry id="sendsignals-bootscripts">
166<term><command>sendsignals</command></term>
167<listitem>
168<para>makes sure every process is terminated before the system reboots
169or halts.</para>
170<indexterm zone="ch-scripts-bootscripts sendsignals-bootscripts"><primary sortas="d-sendsignals">sendsignals</primary></indexterm>
171</listitem>
172</varlistentry>
173
174<varlistentry id="setclock-bootscripts">
175<term><command>setclock</command></term>
176<listitem>
177<para>resets the kernel clock to local time in case the hardware clock
178is not set to UTC time.</para>
179<indexterm zone="ch-scripts-bootscripts setclock-bootscripts"><primary sortas="d-setclock">setclock</primary></indexterm>
180</listitem>
181</varlistentry>
182
183<varlistentry id="static-bootscripts">
184<term><command>static</command></term>
185<listitem>
186<para>provides the functionality needed to assign a static Internet
187Protocol (IP) address to a network interface.</para>
188<indexterm zone="ch-scripts-bootscripts static-bootscripts"><primary sortas="d-static">static</primary></indexterm>
189</listitem>
190</varlistentry>
191
192<varlistentry id="swap-bootscripts">
193<term><command>swap</command></term>
194<listitem>
195<para>enables and disables swap files and partitions.</para>
196<indexterm zone="ch-scripts-bootscripts swap-bootscripts"><primary sortas="d-swap">swap</primary></indexterm>
197</listitem>
198</varlistentry>
199
200<varlistentry id="sysklogd-bootscripts">
201<term><command>sysklogd</command></term>
202<listitem>
203<para>starts and stops the system and kernel log daemons.</para>
204<indexterm zone="ch-scripts-bootscripts sysklogd-bootscripts"><primary sortas="d-sysklogd">sysklogd</primary></indexterm>
205</listitem>
206</varlistentry>
207
208<varlistentry id="template-bootscripts">
209<term><command>template</command></term>
210<listitem>
211<para>a template to create custom bootscripts for other
212daemons.</para>
213<indexterm zone="ch-scripts-bootscripts template-bootscripts"><primary sortas="d-template">template</primary></indexterm>
214</listitem>
215</varlistentry>
216
217<varlistentry id="udev-bootscripts">
218<term><command>udev</command></term>
219<listitem>
220<para>sets up udev and create the devices nodes in <filename
221class="directory">/dev</filename></para>
222<indexterm zone="ch-scripts-bootscripts udev-bootscripts"><primary sortas="d-udev">udev</primary></indexterm>
223</listitem>
224</varlistentry>
225</variablelist>
226
227</sect2>
228
229</sect1>
230
Note: See TracBrowser for help on using the repository browser.