Ignore:
Timestamp:
08/08/2004 03:09:34 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
6b85f8a
Parents:
0869f1e
Message:

Tags changes in the contents sections to make a better print output.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/bootscripts.xml

    r0869f1e r3ed279f  
    4444</segmentedlist>
    4545
    46 <variablelist><title>Short descriptions</title>
     46<variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
     47<?dbfo list-presentation="list"?>
    4748
    4849<varlistentry id="checkfs-bootscripts">
    4950<term><command>checkfs</command></term>
    5051<listitem>
     52<para>checks the file systems before they are mounted (with the exception of journal
     53and network based file systems).</para>
    5154<indexterm zone="ch-scripts-bootscripts checkfs-bootscripts"><primary sortas="d-checkfs">checkfs</primary></indexterm>
    52 <para>checks the file systems before they are mounted (with the exception of journal
    53 and network based file systems).</para>
    5455</listitem>
    5556</varlistentry>
     
    5859<term><command>cleanfs</command></term>
    5960<listitem>
    60 <indexterm zone="ch-scripts-bootscripts cleanfs-bootscripts"><primary sortas="d-cleanfs">cleanfs</primary></indexterm>
    6161<para>removes files that should not be
    6262preserved between reboots, such as those in <filename class="directory">/var/run/</filename> and
     
    6464and removes the possibly present <filename>/etc/nologin</filename>,
    6565<filename>/fastboot</filename> and <filename>/forcefsck</filename> files.</para>
     66<indexterm zone="ch-scripts-bootscripts cleanfs-bootscripts"><primary sortas="d-cleanfs">cleanfs</primary></indexterm>
    6667</listitem>
    6768</varlistentry>
     
    7071<term><command>console</command></term>
    7172<listitem>
    72 <indexterm zone="ch-scripts-bootscripts console-bootscripts"><primary sortas="d-console">console</primary></indexterm>
    7373<para>loads the keymap table you specified as proper for the keyboard
    7474layout.  It also sets the screen font.</para>
     75<indexterm zone="ch-scripts-bootscripts console-bootscripts"><primary sortas="d-console">console</primary></indexterm>
    7576</listitem>
    7677</varlistentry>
     
    7980<term><command>functions</command></term>
    8081<listitem>
    81 <indexterm zone="ch-scripts-bootscripts functions-bootscripts"><primary sortas="d-functions">functions</primary></indexterm>
    8282<para>contains functions shared among different scripts, such as error
    8383and status checking.</para>
     84<indexterm zone="ch-scripts-bootscripts functions-bootscripts"><primary sortas="d-functions">functions</primary></indexterm>
    8485</listitem>
    8586</varlistentry>
     
    8889<term><command>halt</command></term>
    8990<listitem>
     91<para>halts the system.</para>
    9092<indexterm zone="ch-scripts-bootscripts halt-bootscripts"><primary sortas="d-halt">halt</primary></indexterm>
    91 <para>halts the system.</para>
    9293</listitem>
    9394</varlistentry>
     
    9697<term><command>ifdown</command></term>
    9798<listitem>
     99<para>assist the network script with network devices.</para>
    98100<indexterm zone="ch-scripts-bootscripts ifdown-bootscripts"><primary sortas="d-ifdown">ifdown</primary></indexterm>
    99 <para>assist the network script with network devices.</para>
    100101</listitem>
    101102</varlistentry>
     
    104105<term><command>ifup</command></term>
    105106<listitem>
     107<para>assist the network script with network devices.</para>
    106108<indexterm zone="ch-scripts-bootscripts ifup-bootscripts"><primary sortas="d-ifup">ifup</primary></indexterm>
    107 <para>assist the network script with network devices.</para>
    108109</listitem>
    109110</varlistentry>
     
    112113<term><command>localnet</command></term>
    113114<listitem>
     115<para>sets up the system's hostname and local loopback device.</para>
    114116<indexterm zone="ch-scripts-bootscripts localnet-bootscripts"><primary sortas="d-localnet">localnet</primary></indexterm>
    115 <para>sets up the system's hostname and local loopback device.</para>
    116117</listitem>
    117118</varlistentry>
     
    120121<term><command>mountfs</command></term>
    121122<listitem>
    122 <indexterm zone="ch-scripts-bootscripts mountfs-bootscripts"><primary sortas="d-mountfs">mountfs</primary></indexterm>
    123123<para>mounts all file systems, except ones that are marked
    124124<emphasis>noauto</emphasis> or are network based.</para>
     125<indexterm zone="ch-scripts-bootscripts mountfs-bootscripts"><primary sortas="d-mountfs">mountfs</primary></indexterm>
    125126</listitem>
    126127</varlistentry>
     
    129130<term><command>mountkernfs</command></term>
    130131<listitem>
    131 <indexterm zone="ch-scripts-bootscripts mountkernfs-bootscripts"><primary sortas="d-mountkernfs">mountkernfs</primary></indexterm>
    132132<para>is used to mount kernel-provided file systems, such as
    133133<systemitem class="filesystem">proc</systemitem>.</para>
     134<indexterm zone="ch-scripts-bootscripts mountkernfs-bootscripts"><primary sortas="d-mountkernfs">mountkernfs</primary></indexterm>
    134135</listitem>
    135136</varlistentry>
     
    138139<term><command>network</command></term>
    139140<listitem>
    140 <indexterm zone="ch-scripts-bootscripts network-bootscripts"><primary sortas="d-network">network</primary></indexterm>
    141141<para>sets up network interfaces, such as network cards, and sets up
    142142the default gateway (where applicable).</para>
     143<indexterm zone="ch-scripts-bootscripts network-bootscripts"><primary sortas="d-network">network</primary></indexterm>
    143144</listitem>
    144145</varlistentry>
     
    147148<term><command>rc</command></term>
    148149<listitem>
    149 <indexterm zone="ch-scripts-bootscripts rc-bootscripts"><primary sortas="d-rc">rc</primary></indexterm>
    150150<para>is the master run-level control script.  It is responsible for
    151151running all the other scripts one-by-one, in a sequence determined by
    152152the name of the symbolic links being processed.</para>
     153<indexterm zone="ch-scripts-bootscripts rc-bootscripts"><primary sortas="d-rc">rc</primary></indexterm>
    153154</listitem>
    154155</varlistentry>
     
    157158<term><command>reboot</command></term>
    158159<listitem>
     160<para>reboots the system.</para>
    159161<indexterm zone="ch-scripts-bootscripts reboot-bootscripts"><primary sortas="d-reboot">reboot</primary></indexterm>
    160 <para>reboots the system.</para>
    161162</listitem>
    162163</varlistentry>
     
    165166<term><command>sendsignals</command></term>
    166167<listitem>
    167 <indexterm zone="ch-scripts-bootscripts sendsignals-bootscripts"><primary sortas="d-sendsignals">sendsignals</primary></indexterm>
    168168<para>makes sure every process is terminated before the system reboots
    169169or halts.</para>
     170<indexterm zone="ch-scripts-bootscripts sendsignals-bootscripts"><primary sortas="d-sendsignals">sendsignals</primary></indexterm>
    170171</listitem>
    171172</varlistentry>
     
    174175<term><command>setclock</command></term>
    175176<listitem>
    176 <indexterm zone="ch-scripts-bootscripts setclock-bootscripts"><primary sortas="d-setclock">setclock</primary></indexterm>
    177177<para>resets the kernel clock to localtime in case the hardware clock
    178178is not set to UTC time.</para>
     179<indexterm zone="ch-scripts-bootscripts setclock-bootscripts"><primary sortas="d-setclock">setclock</primary></indexterm>
    179180</listitem>
    180181</varlistentry>
     
    183184<term><command>static</command></term>
    184185<listitem>
    185 <indexterm zone="ch-scripts-bootscripts static-bootscripts"><primary sortas="d-static">static</primary></indexterm>
    186186<para>provides the functionality needed to assign a static IP address
    187187to a network interface.</para>
     188<indexterm zone="ch-scripts-bootscripts static-bootscripts"><primary sortas="d-static">static</primary></indexterm>
    188189</listitem>
    189190</varlistentry>
     
    192193<term><command>swap</command></term>
    193194<listitem>
     195<para>enables and disables swap files and partitions.</para>
    194196<indexterm zone="ch-scripts-bootscripts swap-bootscripts"><primary sortas="d-swap">swap</primary></indexterm>
    195 <para>enables and disables swap files and partitions.</para>
    196197</listitem>
    197198</varlistentry>
     
    200201<term><command>sysklogd</command></term>
    201202<listitem>
     203<para>starts and stops the system and kernel log daemons.</para>
    202204<indexterm zone="ch-scripts-bootscripts sysklogd-bootscripts"><primary sortas="d-sysklogd">sysklogd</primary></indexterm>
    203 <para>starts and stops the system and kernel log daemons.</para>
    204205</listitem>
    205206</varlistentry>
     
    208209<term><command>template</command></term>
    209210<listitem>
    210 <indexterm zone="ch-scripts-bootscripts template-bootscripts"><primary sortas="d-template">template</primary></indexterm>
    211211<para>is a template to create custom bootscripts for other
    212212daemons.</para>
     213<indexterm zone="ch-scripts-bootscripts template-bootscripts"><primary sortas="d-template">template</primary></indexterm>
    213214</listitem>
    214215</varlistentry>
     
    217218<term><command>udev</command></term>
    218219<listitem>
    219 <indexterm zone="ch-scripts-bootscripts udev-bootscripts"><primary sortas="d-udev">udev</primary></indexterm>
    220220<para>sets up udev and create the devices nodes in <filename
    221221class="directory">/dev</filename></para>
     222<indexterm zone="ch-scripts-bootscripts udev-bootscripts"><primary sortas="d-udev">udev</primary></indexterm>
    222223</listitem>
    223224</varlistentry>
Note: See TracChangeset for help on using the changeset viewer.