Ignore:
Timestamp:
08/29/2004 06:36:34 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8b320e7
Parents:
ec0a37e6
Message:

Second round of edits for final release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/bootscripts.xml

    rec0a37e6 r69993f4  
    2121<segmentedlist>
    2222<segtitle>LFS-Bootscripts installation depends on</segtitle>
    23 <seglistitem><seg>Bash, Coreutils</seg></seglistitem>
     23<seglistitem><seg>Bash and Coreutils</seg></seglistitem>
    2424</segmentedlist>
    2525</sect2>
     
    4141<seglistitem><seg>checkfs, cleanfs, console, functions, halt, ifdown, ifup,
    4242localnet, mountfs, mountkernfs, network, rc, reboot, sendsignals, setclock, static,
    43 swap, sysklogd, template and udev</seg></seglistitem>
     43swap, sysklogd, template, and udev</seg></seglistitem>
    4444</segmentedlist>
    4545
     
    6363<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 you specified as proper for the keyboard
     73<para>loads the keymap table specified as proper for the keyboard
    7474layout.  It also sets the screen font.</para>
    7575<indexterm zone="ch-scripts-bootscripts console-bootscripts"><primary sortas="d-console">console</primary></indexterm>
     
    9797<term><command>ifdown</command></term>
    9898<listitem>
    99 <para>assist 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>assist 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>
     
    148148<term><command>rc</command></term>
    149149<listitem>
    150 <para>is the master run-level control script.  It is responsible for
    151 running all the other scripts one-by-one, in a sequence determined by
     150<para>the master run-level control script.  It is responsible for
     151running all other scripts one-by-one, in a sequence determined by
    152152the name of the symbolic links being processed.</para>
    153153<indexterm zone="ch-scripts-bootscripts rc-bootscripts"><primary sortas="d-rc">rc</primary></indexterm>
     
    175175<term><command>setclock</command></term>
    176176<listitem>
    177 <para>resets the kernel clock to localtime in case the hardware clock
     177<para>resets the kernel clock to local time in case the hardware clock
    178178is not set to UTC time.</para>
    179179<indexterm zone="ch-scripts-bootscripts setclock-bootscripts"><primary sortas="d-setclock">setclock</primary></indexterm>
     
    184184<term><command>static</command></term>
    185185<listitem>
    186 <para>provides the functionality needed to assign a static IP address
    187 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>
     
    209209<term><command>template</command></term>
    210210<listitem>
    211 <para>is a template to create custom bootscripts for other
     211<para>a template to create custom bootscripts for other
    212212daemons.</para>
    213213<indexterm zone="ch-scripts-bootscripts template-bootscripts"><primary sortas="d-template">template</primary></indexterm>
Note: See TracChangeset for help on using the changeset viewer.