Changeset 213ad522 for BOOK


Ignore:
Timestamp:
Jun 3, 2014, 3:51:26 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
0d36d0a
Parents:
dc74128
Message:

Updated chapter references for boot-scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/boot-scripts.xml

    rdc74128 r213ad522  
    66]>
    77
    8 <sect1 id="ch-scripts-boot-scripts" role="wrap">
     8<sect1 id="ch-boot-boot-scripts" role="wrap">
    99  <?dbhtml filename="boot-scripts.html"?>
    1010
    1111  <title>Boot-scripts for CLFS &boot-scripts-clfs-version;</title>
    1212
    13   <indexterm zone="ch-scripts-boot-scripts">
     13  <indexterm zone="ch-boot-boot-scripts">
    1414    <primary sortas="a-Boot-scripts">Boot-scripts</primary>
    1515  </indexterm>
     
    8585          mounted (with the exception of journal and network based file
    8686          systems)</para>
    87           <indexterm zone="ch-scripts-boot-scripts checkfs-boot-scripts">
     87          <indexterm zone="ch-boot-boot-scripts checkfs-boot-scripts">
    8888            <primary sortas="d-checkfs">checkfs</primary>
    8989          </indexterm>
     
    100100          <filename>/etc/nologin</filename>, <filename>/fastboot</filename>,
    101101          and <filename>/forcefsck</filename> files</para>
    102           <indexterm zone="ch-scripts-boot-scripts cleanfs-boot-scripts">
     102          <indexterm zone="ch-boot-boot-scripts cleanfs-boot-scripts">
    103103            <primary sortas="d-cleanfs">cleanfs</primary>
    104104          </indexterm>
     
    111111          <para>Contains common functions, such as error and status checking,
    112112          that are used by several boot-scripts</para>
    113           <indexterm zone="ch-scripts-boot-scripts functions-boot-scripts">
     113          <indexterm zone="ch-boot-boot-scripts functions-boot-scripts">
    114114            <primary sortas="d-functions">functions</primary>
    115115          </indexterm>
     
    121121        <listitem>
    122122          <para>Halts the system</para>
    123           <indexterm zone="ch-scripts-boot-scripts halt-boot-scripts">
     123          <indexterm zone="ch-boot-boot-scripts halt-boot-scripts">
    124124            <primary sortas="d-halt">halt</primary>
    125125          </indexterm>
     
    131131        <listitem>
    132132          <para>Sets up the system's hostname and local loopback device</para>
    133           <indexterm zone="ch-scripts-boot-scripts localnet-boot-scripts">
     133          <indexterm zone="ch-boot-boot-scripts localnet-boot-scripts">
    134134            <primary sortas="d-localnet">localnet</primary>
    135135          </indexterm>
     
    142142          <para>Mounts all file systems, except ones that are marked
    143143          <emphasis>noauto</emphasis> or are network based</para>
    144           <indexterm zone="ch-scripts-boot-scripts mountfs-boot-scripts">
     144          <indexterm zone="ch-boot-boot-scripts mountfs-boot-scripts">
    145145            <primary sortas="d-mountfs">mountfs</primary>
    146146          </indexterm>
     
    153153          <para>Mounts virtual kernel file systems, such as
    154154          <systemitem class="filesystem">proc</systemitem></para>
    155           <indexterm zone="ch-scripts-boot-scripts mountkernfs-boot-scripts">
     155          <indexterm zone="ch-boot-boot-scripts mountkernfs-boot-scripts">
    156156            <primary sortas="d-mountkernfs">mountkernfs</primary>
    157157          </indexterm>
     
    165165          running all the other boot-scripts one-by-one, in a sequence
    166166          determined by the name of the symbolic links being processed</para>
    167           <indexterm zone="ch-scripts-boot-scripts rc-boot-scripts">
     167          <indexterm zone="ch-boot-boot-scripts rc-boot-scripts">
    168168            <primary sortas="d-rc">rc</primary>
    169169          </indexterm>
     
    175175        <listitem>
    176176          <para>Reboots the system</para>
    177           <indexterm zone="ch-scripts-boot-scripts reboot-boot-scripts">
     177          <indexterm zone="ch-boot-boot-scripts reboot-boot-scripts">
    178178            <primary sortas="d-reboot">reboot</primary>
    179179          </indexterm>
     
    186186          <para>Makes sure every process is terminated before the system reboots
    187187          or halts</para>
    188           <indexterm zone="ch-scripts-boot-scripts sendsignals-boot-scripts">
     188          <indexterm zone="ch-boot-boot-scripts sendsignals-boot-scripts">
    189189            <primary sortas="d-sendsignals">sendsignals</primary>
    190190          </indexterm>
     
    197197          <para>Resets the kernel clock to local time in case the hardware clock
    198198          is not set to UTC time</para>
    199           <indexterm zone="ch-scripts-boot-scripts setclock-boot-scripts">
     199          <indexterm zone="ch-boot-boot-scripts setclock-boot-scripts">
    200200            <primary sortas="d-setclock">setclock</primary>
    201201          </indexterm>
     
    207207        <listitem>
    208208          <para>Enables and disables swap files and partitions</para>
    209           <indexterm zone="ch-scripts-boot-scripts swap-boot-scripts">
     209          <indexterm zone="ch-boot-boot-scripts swap-boot-scripts">
    210210            <primary sortas="d-swap">swap</primary>
    211211          </indexterm>
     
    217217        <listitem>
    218218          <para>Starts and stops the Eudev daemon</para>
    219           <indexterm zone="ch-scripts-boot-scripts eudev-boot-scripts">
     219          <indexterm zone="ch-boot-boot-scripts eudev-boot-scripts">
    220220            <primary sortas="d-eudev">udev</primary>
    221221          </indexterm>
Note: See TracChangeset for help on using the changeset viewer.