Ignore:
Timestamp:
May 21, 2014, 12:25:01 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
579ba7c
Parents:
e104185
Message:

Renamed Bootscripts chapter to System Configuration

Location:
BOOK/system-config/common
Files:
10 moved

Legend:

Unmodified
Added
Removed
  • BOOK/system-config/common/bootscripts.xml

    re104185 r775d9a7  
    66]>
    77
    8 <sect1 id="ch-scripts-bootscripts" role="wrap">
     8<sect1 id="ch-config-bootscripts" role="wrap">
    99  <?dbhtml filename="bootscripts.html"?>
    1010
    1111  <title>Bootscripts for CLFS &bootscripts-clfs-version;</title>
    1212
    13   <indexterm zone="ch-scripts-bootscripts">
     13  <indexterm zone="ch-config-bootscripts">
    1414    <primary sortas="a-Bootscripts">Bootscripts</primary>
    1515  </indexterm>
     
    6262          mounted (with the exception of journal and network based file
    6363          systems)</para>
    64           <indexterm zone="ch-scripts-bootscripts checkfs-bootscripts">
     64          <indexterm zone="ch-config-bootscripts checkfs-bootscripts">
    6565            <primary sortas="d-checkfs">checkfs</primary>
    6666          </indexterm>
     
    7777          <filename>/etc/nologin</filename>, <filename>/fastboot</filename>,
    7878          and <filename>/forcefsck</filename> files</para>
    79           <indexterm zone="ch-scripts-bootscripts cleanfs-bootscripts">
     79          <indexterm zone="ch-config-bootscripts cleanfs-bootscripts">
    8080            <primary sortas="d-cleanfs">cleanfs</primary>
    8181          </indexterm>
     
    8888          <para>Loads the correct keymap table for the desired keyboard
    8989          layout; it also sets the screen font</para>
    90           <indexterm zone="ch-scripts-bootscripts console-bootscripts">
     90          <indexterm zone="ch-config-bootscripts console-bootscripts">
    9191            <primary sortas="d-console">console</primary>
    9292          </indexterm>
     
    9999          <para>Contains common functions, such as error and status checking,
    100100          that are used by several bootscripts</para>
    101           <indexterm zone="ch-scripts-bootscripts functions-bootscripts">
     101          <indexterm zone="ch-config-bootscripts functions-bootscripts">
    102102            <primary sortas="d-functions">functions</primary>
    103103          </indexterm>
     
    109109        <listitem>
    110110          <para>Halts the system</para>
    111           <indexterm zone="ch-scripts-bootscripts halt-bootscripts">
     111          <indexterm zone="ch-config-bootscripts halt-bootscripts">
    112112            <primary sortas="d-halt">halt</primary>
    113113          </indexterm>
     
    119119        <listitem>
    120120          <para>Assists the network script with stopping network devices</para>
    121           <indexterm zone="ch-scripts-bootscripts ifdown-bootscripts">
     121          <indexterm zone="ch-config-bootscripts ifdown-bootscripts">
    122122            <primary sortas="d-ifdown">ifdown</primary>
    123123          </indexterm>
     
    129129        <listitem>
    130130          <para>Assists the network script with starting network devices</para>
    131           <indexterm zone="ch-scripts-bootscripts ifup-bootscripts">
     131          <indexterm zone="ch-config-bootscripts ifup-bootscripts">
    132132            <primary sortas="d-ifup">ifup</primary>
    133133          </indexterm>
     
    139139        <listitem>
    140140          <para>Sets up the system's hostname and local loopback device</para>
    141           <indexterm zone="ch-scripts-bootscripts localnet-bootscripts">
     141          <indexterm zone="ch-config-bootscripts localnet-bootscripts">
    142142            <primary sortas="d-localnet">localnet</primary>
    143143          </indexterm>
     
    150150          <para>Mounts all file systems, except ones that are marked
    151151          <emphasis>noauto</emphasis> or are network based</para>
    152           <indexterm zone="ch-scripts-bootscripts mountfs-bootscripts">
     152          <indexterm zone="ch-config-bootscripts mountfs-bootscripts">
    153153            <primary sortas="d-mountfs">mountfs</primary>
    154154          </indexterm>
     
    161161          <para>Mounts virtual kernel file systems, such as
    162162          <systemitem class="filesystem">proc</systemitem></para>
    163           <indexterm zone="ch-scripts-bootscripts mountkernfs-bootscripts">
     163          <indexterm zone="ch-config-bootscripts mountkernfs-bootscripts">
    164164            <primary sortas="d-mountkernfs">mountkernfs</primary>
    165165          </indexterm>
     
    172172          <para>Sets up network interfaces, such as network cards, and sets up
    173173          the default gateway (where applicable)</para>
    174           <indexterm zone="ch-scripts-bootscripts network-bootscripts">
     174          <indexterm zone="ch-config-bootscripts network-bootscripts">
    175175            <primary sortas="d-network">network</primary>
    176176          </indexterm>
     
    184184          running all the other bootscripts one-by-one, in a sequence
    185185          determined by the name of the symbolic links being processed</para>
    186           <indexterm zone="ch-scripts-bootscripts rc-bootscripts">
     186          <indexterm zone="ch-config-bootscripts rc-bootscripts">
    187187            <primary sortas="d-rc">rc</primary>
    188188          </indexterm>
     
    194194        <listitem>
    195195          <para>Reboots the system</para>
    196           <indexterm zone="ch-scripts-bootscripts reboot-bootscripts">
     196          <indexterm zone="ch-config-bootscripts reboot-bootscripts">
    197197            <primary sortas="d-reboot">reboot</primary>
    198198          </indexterm>
     
    205205          <para>Makes sure every process is terminated before the system reboots
    206206          or halts</para>
    207           <indexterm zone="ch-scripts-bootscripts sendsignals-bootscripts">
     207          <indexterm zone="ch-config-bootscripts sendsignals-bootscripts">
    208208            <primary sortas="d-sendsignals">sendsignals</primary>
    209209          </indexterm>
     
    216216          <para>Resets the kernel clock to local time in case the hardware clock
    217217          is not set to UTC time</para>
    218           <indexterm zone="ch-scripts-bootscripts setclock-bootscripts">
     218          <indexterm zone="ch-config-bootscripts setclock-bootscripts">
    219219            <primary sortas="d-setclock">setclock</primary>
    220220          </indexterm>
     
    227227          <para>Provides the functionality needed to assign a static Internet
    228228          Protocol (IP) address to a network interface</para>
    229           <indexterm zone="ch-scripts-bootscripts static-bootscripts">
     229          <indexterm zone="ch-config-bootscripts static-bootscripts">
    230230            <primary sortas="d-static">static</primary>
    231231          </indexterm>
     
    237237        <listitem>
    238238          <para>Enables and disables swap files and partitions</para>
    239           <indexterm zone="ch-scripts-bootscripts swap-bootscripts">
     239          <indexterm zone="ch-config-bootscripts swap-bootscripts">
    240240            <primary sortas="d-swap">swap</primary>
    241241          </indexterm>
     
    247247        <listitem>
    248248          <para>Starts and stops the system and kernel log daemons</para>
    249           <indexterm zone="ch-scripts-bootscripts sysklogd-bootscripts">
     249          <indexterm zone="ch-config-bootscripts sysklogd-bootscripts">
    250250            <primary sortas="d-sysklogd">sysklogd</primary>
    251251          </indexterm>
     
    258258          <para>A template to create custom bootscripts for other
    259259          daemons</para>
    260           <indexterm zone="ch-scripts-bootscripts template-bootscripts">
     260          <indexterm zone="ch-config-bootscripts template-bootscripts">
    261261            <primary sortas="d-template">template</primary>
    262262          </indexterm>
     
    268268        <listitem>
    269269          <para>Starts and stops the Eudev daemon</para>
    270           <indexterm zone="ch-scripts-bootscripts eudev-bootscripts">
     270          <indexterm zone="ch-config-bootscripts eudev-bootscripts">
    271271            <primary sortas="d-eudev">udev</primary>
    272272          </indexterm>
  • BOOK/system-config/common/console.xml

    re104185 r775d9a7  
    66]>
    77
    8 <sect1 id="ch-scripts-console">
     8<sect1 id="ch-config-console">
    99  <?dbhtml filename="console.html"?>
    1010  <title>Configuring the Linux Console</title>
    1111
    12   <indexterm zone="ch-scripts-console">
     12  <indexterm zone="ch-config-console">
    1313    <primary sortas="d-console">console</primary>
    1414  <secondary>configuring</secondary></indexterm>
  • BOOK/system-config/common/eudev.xml

    re104185 r775d9a7  
    66]>
    77
    8 <sect1 id="ch-scripts-eudev">
     8<sect1 id="ch-config-eudev">
    99  <?dbhtml filename="eudev.html"?>
    1010
    1111  <title>Device and Module Handling on a CLFS System</title>
    1212
    13   <indexterm zone="ch-scripts-eudev">
     13  <indexterm zone="ch-config-eudev">
    1414    <primary sortas="a-Eudev">Eudev</primary>
    1515    <secondary>usage</secondary>
     
    317317      stable names based on some stable attributes of the device, such as a
    318318      serial number or the output of various *_id utilities installed by Eudev.
    319       See <xref linkend="ch-scripts-symlinks"/> and
     319      See <xref linkend="ch-config-symlinks"/> and
    320320      <xref linkend="chapter-network"/> for examples.</para>
    321321
  • BOOK/system-config/common/inputrc.xml

    re104185 r775d9a7  
    66]>
    77
    8 <sect1 id="ch-scripts-inputrc">
     8<sect1 id="ch-config-inputrc">
    99  <?dbhtml filename="inputrc.html"?>
    1010
    1111  <title>Creating the /etc/inputrc File</title>
    1212
    13   <indexterm zone="ch-scripts-inputrc">
     13  <indexterm zone="ch-config-inputrc">
    1414    <primary sortas="e-/etc/inputrc">/etc/inputrc</primary>
    1515  </indexterm>
  • BOOK/system-config/common/introduction.xml

    re104185 r775d9a7  
    66]>
    77
    8 <sect1 id="ch-scripts-introduction">
     8<sect1 id="ch-config-introduction">
    99  <?dbhtml filename="introduction.html"?>
    1010
  • BOOK/system-config/common/locale.xml

    re104185 r775d9a7  
    66]>
    77
    8 <sect1 id="ch-scripts-locale">
     8<sect1 id="ch-config-locale">
    99  <title>Setting Up Locale Information</title>
    1010  <?dbhtml filename="locale.html"?>
    1111
    12   <indexterm zone="ch-scripts-locale">
     12  <indexterm zone="ch-config-locale">
    1313    <primary sortas="e-/etc/profile">/etc/profile</primary>
    1414  </indexterm>
  • BOOK/system-config/common/profile.xml

    re104185 r775d9a7  
    66]>
    77
    8 <sect1 id="ch-scripts-profile">
     8<sect1 id="ch-config-profile">
    99  <title>The Bash Shell Startup Files</title>
    1010  <?dbhtml filename="profile.html"?>
    1111
    12   <indexterm zone="ch-scripts-profile">
     12  <indexterm zone="ch-config-profile">
    1313    <primary sortas="e-/etc/profile">/etc/profile</primary>
    1414  </indexterm>
  • BOOK/system-config/common/setclock.xml

    re104185 r775d9a7  
    66]>
    77
    8 <sect1 id="ch-scripts-setclock">
     8<sect1 id="ch-config-setclock">
    99  <?dbhtml filename="setclock.html"?>
    1010
    1111  <title>Configuring the setclock Script</title>
    1212
    13   <indexterm zone="ch-scripts-setclock">
     13  <indexterm zone="ch-config-setclock">
    1414    <primary sortas="d-setclock">setclock</primary>
    1515  <secondary>configuring</secondary></indexterm>
  • BOOK/system-config/common/symlinks.xml

    re104185 r775d9a7  
    66]>
    77
    8 <sect1 id="ch-scripts-symlinks">
     8<sect1 id="ch-config-symlinks">
    99  <?dbhtml filename="symlinks.html"?>
    1010
     
    8989    <title>Dealing with duplicate devices</title>
    9090
    91     <para>As explained in <xref linkend="ch-scripts-eudev"/>, the order in
     91    <para>As explained in <xref linkend="ch-config-eudev"/>, the order in
    9292    which devices with the same function appear in
    9393    <filename class="directory">/dev</filename> is essentially random.
  • BOOK/system-config/common/usage.xml

    re104185 r775d9a7  
    66]>
    77
    8 <sect1 id="ch-scripts-usage">
     8<sect1 id="ch-config-usage">
    99  <?dbhtml filename="usage.html"?>
    1010
    1111  <title>How Do These Bootscripts Work?</title>
    1212
    13   <indexterm zone="ch-scripts-usage">
     13  <indexterm zone="ch-config-usage">
    1414    <primary sortas="a-Bootscripts">Bootscripts</primary>
    1515  <secondary>usage</secondary></indexterm>
Note: See TracChangeset for help on using the changeset viewer.