source: chapter07/bootscripts.xml@ 1a12f86

Last change on this file since 1a12f86 was 88dc224, checked in by Jim Gifford <jim@…>, 19 years ago

Sysklogd updates and Patches Updates

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

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