source: chapter07/bootscripts.xml@ 084db8d

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 084db8d was 9ae5ef3, checked in by Jeremy Utley <jeremy@…>, 20 years ago

Upgraded to LFS-Bootscripts 2.2.2, also make sure the hotplug bootscript is installed, since we are still using hotplug in unstable

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

  • Property mode set to 100644
File size: 7.9 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, Coreutils</seg></seglistitem>
24</segmentedlist>
25</sect2>
26
27<sect2 role="installation">
28<title>Installation of LFS-Bootscripts</title>
29
30<para>Installation of the bootscripts is very simple:</para>
31
32<screen><userinput>make install</userinput></screen>
33
34<para>Since this version of LFS also uses the hotplug package, we also want to
35make sure we install the bootscripts for that as well:</para>
36
37<screen><userinput>make install-hotplug</userinput></screen>
38
39</sect2>
40
41
42<sect2 id="contents-bootscripts" role="content"><title>Contents of LFS-bootscripts</title>
43
44<segmentedlist>
45<segtitle>Installed scripts</segtitle>
46<seglistitem><seg>checkfs, cleanfs, console, functions, halt, ifdown, ifup,
47localnet, mountfs, mountkernfs, network, rc, reboot, sendsignals, setclock, static,
48swap, sysklogd and template</seg></seglistitem>
49</segmentedlist>
50
51<variablelist><title>Short descriptions</title>
52
53<varlistentry id="checkfs-bootscripts">
54<term><command>checkfs</command></term>
55<listitem>
56<indexterm zone="ch-scripts-bootscripts checkfs-bootscripts"><primary sortas="d-checkfs">checkfs</primary></indexterm>
57<para>checks the file systems just before they are mounted (with the exception of journal
58and network based file systems).</para>
59</listitem>
60</varlistentry>
61
62<varlistentry id="cleanfs-bootscripts">
63<term><command>cleanfs</command></term>
64<listitem>
65<indexterm zone="ch-scripts-bootscripts cleanfs-bootscripts"><primary sortas="d-cleanfs">cleanfs</primary></indexterm>
66<para>removes files that shouldn't be
67preserved between reboots, such as those in <filename class="directory">/var/run/</filename> and
68<filename class="directory">/var/lock/</filename>. It re-creates <filename>/var/run/utmp</filename>
69and removes the possibly present <filename>/etc/nologin</filename>,
70<filename>/fastboot</filename> and <filename>/forcefsck</filename> files.</para>
71</listitem>
72</varlistentry>
73
74<varlistentry id="console-bootscripts">
75<term><command>console</command></term>
76<listitem>
77<indexterm zone="ch-scripts-bootscripts console-bootscripts"><primary sortas="d-console">console</primary></indexterm>
78<para>loads the keymap table you specified as proper for your keyboard layout.
79It also sets the screen font.</para>
80</listitem>
81</varlistentry>
82
83<varlistentry id="functions-bootscripts">
84<term><command>functions</command></term>
85<listitem>
86<indexterm zone="ch-scripts-bootscripts functions-bootscripts"><primary sortas="d-functions">functions</primary></indexterm>
87<para>contains functions shared among
88different scripts, such as error and status checking.</para>
89</listitem>
90</varlistentry>
91
92<varlistentry id="halt-bootscripts">
93<term><command>halt</command></term>
94<listitem>
95<indexterm zone="ch-scripts-bootscripts halt-bootscripts"><primary sortas="d-halt">halt</primary></indexterm>
96<para>halts the system.</para>
97</listitem>
98</varlistentry>
99
100<varlistentry id="ifdown-bootscripts">
101<term><command>ifdown</command> and <command>ifup</command></term>
102<listitem>
103<indexterm zone="ch-scripts-bootscripts ifdown-bootscripts"><primary sortas="d-ifdown">ifdown</primary></indexterm>
104<para>assist the network script with network devices.</para>
105</listitem>
106</varlistentry>
107
108<varlistentry id="localnet-bootscripts">
109<term><command>localnet</command></term>
110<listitem>
111<indexterm zone="ch-scripts-bootscripts localnet-bootscripts"><primary sortas="d-localnet">localnet</primary></indexterm>
112<para>sets up the system's hostname and local loopback device.</para>
113</listitem>
114</varlistentry>
115
116<varlistentry id="mountfs-bootscripts">
117<term><command>mountfs</command></term>
118<listitem>
119<indexterm zone="ch-scripts-bootscripts mountfs-bootscripts"><primary sortas="d-mountfs">mountfs</primary></indexterm>
120<para>mounts all file systems that
121aren't marked <emphasis>noauto</emphasis> or aren't network based.</para>
122</listitem>
123</varlistentry>
124
125<varlistentry id="mountkernfs-bootscripts">
126<term><command>mountkernfs</command></term>
127<listitem>
128<indexterm zone="ch-scripts-bootscripts mountkernfs-bootscripts"><primary sortas="d-mountkernfs">mountkernfs</primary></indexterm>
129<para>is used to mount kernel-provided file systems, such as <systemitem class="filesystem">proc</systemitem>.</para>
130</listitem>
131</varlistentry>
132
133<varlistentry id="network-bootscripts">
134<term><command>network</command></term>
135<listitem>
136<indexterm zone="ch-scripts-bootscripts network-bootscripts"><primary sortas="d-network">network</primary></indexterm>
137<para>sets up network interfaces, such
138as network cards, and sets up the default gateway where applicable.</para>
139</listitem>
140</varlistentry>
141
142<varlistentry id="rc-bootscripts">
143<term><command>rc</command></term>
144<listitem>
145<indexterm zone="ch-scripts-bootscripts rc-bootscripts"><primary sortas="d-rc">rc</primary></indexterm>
146<para>is the master run-level control script.
147It is responsible for running all the other scripts one-by-one, in a sequence
148determined by the name of the symbolic links being processed.</para>
149</listitem>
150</varlistentry>
151
152<varlistentry id="reboot-bootscripts">
153<term><command>reboot</command></term>
154<listitem>
155<indexterm zone="ch-scripts-bootscripts reboot-bootscripts"><primary sortas="d-reboot">reboot</primary></indexterm>
156<para>reboots the system.</para>
157</listitem>
158</varlistentry>
159
160<varlistentry id="sendsignals-bootscripts">
161<term><command>sendsignals</command></term>
162<listitem>
163<indexterm zone="ch-scripts-bootscripts sendsignals-bootscripts"><primary sortas="d-sendsignals">sendsignals</primary></indexterm>
164<para>makes sure every process is terminated before the system reboots or halts.</para>
165</listitem>
166</varlistentry>
167
168<varlistentry id="setclock-bootscripts">
169<term><command>setclock</command></term>
170<listitem>
171<indexterm zone="ch-scripts-bootscripts setclock-bootscripts"><primary sortas="d-setclock">setclock</primary></indexterm>
172<para>resets the kernel clock to
173localtime in case the hardware clock isn't set to GMT time.</para>
174</listitem>
175</varlistentry>
176
177<varlistentry id="static-bootscripts">
178<term><command>static</command></term>
179<listitem>
180<indexterm zone="ch-scripts-bootscripts static-bootscripts"><primary sortas="d-static">static</primary></indexterm>
181<para>provides the functionality needed
182to assign a static IP address to a network interface.</para>
183</listitem>
184</varlistentry>
185
186<varlistentry id="swap-bootscripts">
187<term><command>swap</command></term>
188<listitem>
189<indexterm zone="ch-scripts-bootscripts swap-bootscripts"><primary sortas="d-swap">swap</primary></indexterm>
190<para>enables and disables swap files and partitions.</para>
191</listitem>
192</varlistentry>
193
194<varlistentry id="sysklogd-bootscripts">
195<term><command>sysklogd</command></term>
196<listitem>
197<indexterm zone="ch-scripts-bootscripts sysklogd-bootscripts"><primary sortas="d-sysklogd">sysklogd</primary></indexterm>
198<para>starts and stops the system and kernel log daemons.</para>
199</listitem>
200</varlistentry>
201
202<varlistentry id="template-bootscripts">
203<term><command>template</command></term>
204<listitem>
205<indexterm zone="ch-scripts-bootscripts template-bootscripts"><primary sortas="d-template">template</primary></indexterm>
206<para>is a template you can use to
207create your own bootscripts for your other daemons.</para>
208</listitem>
209</varlistentry>
210</variablelist>
211
212</sect2>
213
214</sect1>
Note: See TracBrowser for help on using the repository browser.