Changeset ebc4a9b in clfs-embedded


Ignore:
Timestamp:
Oct 24, 2013, 11:49:41 AM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
1a129f8
Parents:
f96a570
git-author:
Andrew Bradford <andrew@…> (10/24/13 11:19:50)
git-committer:
Andrew Bradford <andrew@…> (10/24/13 11:49:41)
Message:

bootscripts: Correct contents and descriptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootscripts/common/bootscripts.xml

    rf96a570 rebc4a9b  
    5555
    5656      <seglistitem>
    57         <seg>bridge, functions, network, start, stop, and syslog.</seg>
     57        <seg>functions, startup, shutdown, and syslog.</seg>
    5858      </seglistitem>
    5959    </segmentedlist>
     
    6363      <?dbfo list-presentation="list"?>
    6464      <?dbhtml list-presentation="table"?>
    65 
    66       <varlistentry id="bridge-bootscripts">
    67         <term><command>bridge</command></term>
    68         <listitem>
    69           <para>Sets up network bridging, if configured</para>
    70           <indexterm zone="ch-scripts-bootscripts bridge-bootscripts">
    71             <primary sortas="d-bridge">bridge</primary>
    72           </indexterm>
    73         </listitem>
    74       </varlistentry>
    7565
    7666      <varlistentry id="functions-bootscripts">
     
    8575      </varlistentry>
    8676
    87       <varlistentry id="network-bootscripts">
    88         <term><command>network</command></term>
     77      <varlistentry id="startup-bootscripts">
     78        <term><command>startup</command></term>
    8979        <listitem>
    90           <para>Sets up network interfaces, such as network cards, and sets up
    91           the default gateway (where applicable)</para>
    92           <indexterm zone="ch-scripts-bootscripts network-bootscripts">
    93             <primary sortas="d-network">network</primary>
     80          <para>Performs all startup script operations</para>
     81          <indexterm zone="ch-scripts-bootscripts startup-bootscripts">
     82            <primary sortas="d-startup">startup</primary>
     83          </indexterm>
     84        </listitem>
     85      </varlistentry>
     86
     87      <varlistentry id="shutdown-bootscripts">
     88        <term><command>shutdown</command></term>
     89        <listitem>
     90          <para>Performs all shutdown operations</para>
     91          <indexterm zone="ch-scripts-bootscripts shutdown-bootscripts">
     92            <primary sortas="d-shutdown">shutdown</primary>
    9493          </indexterm>
    9594        </listitem>
Note: See TracChangeset for help on using the changeset viewer.