Changeset 2256873 for chapter07


Ignore:
Timestamp:
10/06/2004 10:58:24 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
c059c37
Parents:
f67ec77a
Message:

Last edit round.

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

Location:
chapter07
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter07/bootscripts.xml

    rf67ec77a r2256873  
    4444</segmentedlist>
    4545
    46 <variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
     46<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
    4747<?dbfo list-presentation="list"?>
    4848
     
    5050<term><command>checkfs</command></term>
    5151<listitem>
    52 <para>checks the file systems before they are mounted (with the exception of journal
    53 and network based file systems).</para>
     52<para>Checks the file systems before they are mounted (with the exception of journal
     53and network based file systems)</para>
    5454<indexterm zone="ch-scripts-bootscripts checkfs-bootscripts"><primary sortas="d-checkfs">checkfs</primary></indexterm>
    5555</listitem>
     
    5959<term><command>cleanfs</command></term>
    6060<listitem>
    61 <para>removes files that should not be
     61<para>Removes files that should not be
    6262preserved 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>
     63<filename class="directory">/var/lock/</filename>; it re-creates <filename>/var/run/utmp</filename>
    6464and removes the possibly present <filename>/etc/nologin</filename>,
    65 <filename>/fastboot</filename>, and <filename>/forcefsck</filename> files.</para>
     65<filename>/fastboot</filename>, and <filename>/forcefsck</filename> files</para>
    6666<indexterm zone="ch-scripts-bootscripts cleanfs-bootscripts"><primary sortas="d-cleanfs">cleanfs</primary></indexterm>
    6767</listitem>
     
    7171<term><command>console</command></term>
    7272<listitem>
    73 <para>loads the keymap table specified as proper for the keyboard
    74 layout.  It also sets the screen font.</para>
     73<para>Loads the keymap table specified as proper for the keyboard
     74layout; it also sets the screen font</para>
    7575<indexterm zone="ch-scripts-bootscripts console-bootscripts"><primary sortas="d-console">console</primary></indexterm>
    7676</listitem>
     
    8080<term><command>functions</command></term>
    8181<listitem>
    82 <para>contains functions shared among different scripts, such as error
    83 and status checking.</para>
     82<para>Contains functions shared among different scripts, such as error
     83and status checking</para>
    8484<indexterm zone="ch-scripts-bootscripts functions-bootscripts"><primary sortas="d-functions">functions</primary></indexterm>
    8585</listitem>
     
    8989<term><command>halt</command></term>
    9090<listitem>
    91 <para>halts the system.</para>
     91<para>Halts the system</para>
    9292<indexterm zone="ch-scripts-bootscripts halt-bootscripts"><primary sortas="d-halt">halt</primary></indexterm>
    9393</listitem>
     
    9797<term><command>ifdown</command></term>
    9898<listitem>
    99 <para>assists the network script with network devices.</para>
     99<para>Assists the network script with network devices</para>
    100100<indexterm zone="ch-scripts-bootscripts ifdown-bootscripts"><primary sortas="d-ifdown">ifdown</primary></indexterm>
    101101</listitem>
     
    105105<term><command>ifup</command></term>
    106106<listitem>
    107 <para>assists the network script with network devices.</para>
     107<para>Assists the network script with network devices</para>
    108108<indexterm zone="ch-scripts-bootscripts ifup-bootscripts"><primary sortas="d-ifup">ifup</primary></indexterm>
    109109</listitem>
     
    113113<term><command>localnet</command></term>
    114114<listitem>
    115 <para>sets up the system's hostname and local loopback device.</para>
     115<para>Sets up the system's hostname and local loopback device</para>
    116116<indexterm zone="ch-scripts-bootscripts localnet-bootscripts"><primary sortas="d-localnet">localnet</primary></indexterm>
    117117</listitem>
     
    121121<term><command>mountfs</command></term>
    122122<listitem>
    123 <para>mounts all file systems, except ones that are marked
    124 <emphasis>noauto</emphasis> or are network based.</para>
     123<para>Mounts all file systems, except ones that are marked
     124<emphasis>noauto</emphasis> or are network based</para>
    125125<indexterm zone="ch-scripts-bootscripts mountfs-bootscripts"><primary sortas="d-mountfs">mountfs</primary></indexterm>
    126126</listitem>
     
    130130<term><command>mountkernfs</command></term>
    131131<listitem>
    132 <para>is used to mount kernel-provided file systems, such as
    133 <systemitem class="filesystem">proc</systemitem>.</para>
     132<para>Is used to mount kernel-provided file systems, such as
     133<systemitem class="filesystem">proc</systemitem></para>
    134134<indexterm zone="ch-scripts-bootscripts mountkernfs-bootscripts"><primary sortas="d-mountkernfs">mountkernfs</primary></indexterm>
    135135</listitem>
     
    139139<term><command>network</command></term>
    140140<listitem>
    141 <para>sets up network interfaces, such as network cards, and sets up
    142 the default gateway (where applicable).</para>
     141<para>Sets up network interfaces, such as network cards, and sets up
     142the default gateway (where applicable)</para>
    143143<indexterm zone="ch-scripts-bootscripts network-bootscripts"><primary sortas="d-network">network</primary></indexterm>
    144144</listitem>
     
    148148<term><command>rc</command></term>
    149149<listitem>
    150 <para>the master run-level control script.  It is responsible for
     150<para>The master run-level control script; it is responsible for
    151151running all other scripts one-by-one, in a sequence determined by
    152 the name of the symbolic links being processed.</para>
     152the name of the symbolic links being processed</para>
    153153<indexterm zone="ch-scripts-bootscripts rc-bootscripts"><primary sortas="d-rc">rc</primary></indexterm>
    154154</listitem>
     
    158158<term><command>reboot</command></term>
    159159<listitem>
    160 <para>reboots the system.</para>
     160<para>Reboots the system</para>
    161161<indexterm zone="ch-scripts-bootscripts reboot-bootscripts"><primary sortas="d-reboot">reboot</primary></indexterm>
    162162</listitem>
     
    166166<term><command>sendsignals</command></term>
    167167<listitem>
    168 <para>makes sure every process is terminated before the system reboots
    169 or halts.</para>
     168<para>Makes sure every process is terminated before the system reboots
     169or halts</para>
    170170<indexterm zone="ch-scripts-bootscripts sendsignals-bootscripts"><primary sortas="d-sendsignals">sendsignals</primary></indexterm>
    171171</listitem>
     
    175175<term><command>setclock</command></term>
    176176<listitem>
    177 <para>resets the kernel clock to local time in case the hardware clock
    178 is not set to UTC time.</para>
     177<para>Resets the kernel clock to local time in case the hardware clock
     178is not set to UTC time</para>
    179179<indexterm zone="ch-scripts-bootscripts setclock-bootscripts"><primary sortas="d-setclock">setclock</primary></indexterm>
    180180</listitem>
     
    184184<term><command>static</command></term>
    185185<listitem>
    186 <para>provides the functionality needed to assign a static Internet
    187 Protocol (IP) address to a network interface.</para>
     186<para>Provides the functionality needed to assign a static Internet
     187Protocol (IP) address to a network interface</para>
    188188<indexterm zone="ch-scripts-bootscripts static-bootscripts"><primary sortas="d-static">static</primary></indexterm>
    189189</listitem>
     
    193193<term><command>swap</command></term>
    194194<listitem>
    195 <para>enables and disables swap files and partitions.</para>
     195<para>Enables and disables swap files and partitions</para>
    196196<indexterm zone="ch-scripts-bootscripts swap-bootscripts"><primary sortas="d-swap">swap</primary></indexterm>
    197197</listitem>
     
    201201<term><command>sysklogd</command></term>
    202202<listitem>
    203 <para>starts and stops the system and kernel log daemons.</para>
     203<para>Starts and stops the system and kernel log daemons</para>
    204204<indexterm zone="ch-scripts-bootscripts sysklogd-bootscripts"><primary sortas="d-sysklogd">sysklogd</primary></indexterm>
    205205</listitem>
     
    209209<term><command>template</command></term>
    210210<listitem>
    211 <para>a template to create custom bootscripts for other
    212 daemons.</para>
     211<para>A template to create custom bootscripts for other
     212daemons</para>
    213213<indexterm zone="ch-scripts-bootscripts template-bootscripts"><primary sortas="d-template">template</primary></indexterm>
    214214</listitem>
     
    218218<term><command>udev</command></term>
    219219<listitem>
    220 <para>sets up udev and create the devices nodes in <filename
     220<para>Sets up udev and create the devices nodes in <filename
    221221class="directory">/dev</filename></para>
    222222<indexterm zone="ch-scripts-bootscripts udev-bootscripts"><primary sortas="d-udev">udev</primary></indexterm>
  • chapter07/console.xml

    rf67ec77a r2256873  
    4848<note><para>The <envar>FONT</envar> line above is correct only for the ISO 8859-15
    4949character set. If using ISO 8859-1 and, therefore, a pound sign
    50 instead of Euro, the correct <envar>FONT</envar> line is:</para>
     50instead of Euro, the correct <envar>FONT</envar> line would be:</para>
    5151
    5252<screen><userinput>FONT="lat1-16"</userinput></screen></note>
  • chapter07/network.xml

    rf67ec77a r2256873  
    4343
    4444<screen><userinput>cd /etc/sysconfig/network-devices &amp;&amp;
    45 <literal>mkdir ifconfig.eth0 &amp;&amp;
     45mkdir ifconfig.eth0 &amp;&amp;
    4646cat &gt; ifconfig.eth0/ipv4 &lt;&lt; "EOF"
    47 ONBOOT=yes
     47<literal>ONBOOT=yes
    4848SERVICE=ipv4-static
    4949IP=192.168.1.1
  • chapter07/profile.xml

    rf67ec77a r2256873  
    5858<filename>/etc/inputrc</filename> file created earlier.</para>
    5959
     60<beginpage/>
    6061<para>Replace <replaceable>[ll]</replaceable> below with the
    6162two-letter code for the desired language (e.g., <quote>en</quote>) and
  • chapter07/udev.xml

    rf67ec77a r2256873  
    137137<command>S05modules</command> bootscript was added to the
    138138lfs-bootscripts package, along with the
    139 <filename>/etc/sysconfig/modules</filename> file.  By adding module
     139<filename>/etc/sysconfig/modules</filename> file.  By
     140<beginpage/> adding module
    140141names to the <filename>modules</filename> file, these modules will be
    141142loaded when the computer is starting up. This allows
     
    195196numbers.</para>
    196197
     198<beginpage/>
    197199<para>2) A non-hardware device is required.  This is most common with
    198200the Advanced Linux Sound Architecture (ALSA) project's Open Sound
     
    227229
    228230<itemizedlist>
    229 <listitem><para remap="verbatim">A Userspace Implementation of devfs &ndash;
     231<listitem><para remap="verbatim">A Userspace Implementation of devfs
    230232<ulink url="http://www.kroah.com/linux/talks/ols_2003_udev_paper/Reprint-Kroah-Hartman-OLS2003.pdf"><phrase
    231233condition="pdf">http://www.kroah.com/linux/talks/ols_2003_udev_paper/
    232234Reprint-Kroah-Hartman-OLS2003.pdf</phrase></ulink></para></listitem>
    233235
    234 <listitem><para remap="verbatim">udev FAQ &ndash;
     236<listitem><para remap="verbatim">udev FAQ
    235237<ulink url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-FAQ"/></para></listitem>
    236238
    237 <listitem><para remap="verbatim">The Linux Kernel Driver Model &ndash;
     239<listitem><para remap="verbatim">The Linux Kernel Driver Model
    238240<ulink url="http://public.planetmirror.com/pub/lca/2003/proceedings/papers/Patrick_Mochel/Patrick_Mochel.pdf"><phrase 
    239241condition="pdf">http://public.planetmirror.com/pub/lca/2003/proceedings/papers/
Note: See TracChangeset for help on using the changeset viewer.