Changeset a271738 for BOOK


Ignore:
Timestamp:
Apr 18, 2014, 2:10:59 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
241eded2
Parents:
7e47edf
Message:

Updated installed script list for bootscripts

File:
1 edited

Legend:

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

    r7e47edf ra271738  
    7373
    7474      <seglistitem>
    75         <seg>checkfs, cleanfs, console, functions, halt, ifdown,
    76         ifup, localnet, mountfs, mountkernfs, network, rc, reboot, sendsignals,
    77         setclock, static, swap, sysklogd, template, and udev.</seg>
     75        <seg>checkfs, cleanfs, functions, halt, localnet, mountfs, mountkernfs,
     76        rc, reboot, sendsignals, setclock, swap, and udev.</seg>
    7877      </seglistitem>
    7978    </segmentedlist>
     
    111110      </varlistentry>
    112111
    113       <varlistentry id="console-bootscripts">
    114         <term><command>console</command></term>
    115         <listitem>
    116           <para>Loads the correct keymap table for the desired keyboard
    117           layout; it also sets the screen font</para>
    118           <indexterm zone="ch-scripts-bootscripts console-bootscripts">
    119             <primary sortas="d-console">console</primary>
    120           </indexterm>
    121         </listitem>
    122       </varlistentry>
    123 
    124112      <varlistentry id="functions-bootscripts">
    125113        <term><command>functions</command></term>
     
    143131      </varlistentry>
    144132
    145       <varlistentry id="ifdown-bootscripts">
    146         <term><command>ifdown</command></term>
    147         <listitem>
    148           <para>Assists the network script with stopping network devices</para>
    149           <indexterm zone="ch-scripts-bootscripts ifdown-bootscripts">
    150             <primary sortas="d-ifdown">ifdown</primary>
    151           </indexterm>
    152         </listitem>
    153       </varlistentry>
    154 
    155       <varlistentry id="ifup-bootscripts">
    156         <term><command>ifup</command></term>
    157         <listitem>
    158           <para>Assists the network script with starting network devices</para>
    159           <indexterm zone="ch-scripts-bootscripts ifup-bootscripts">
    160             <primary sortas="d-ifup">ifup</primary>
    161           </indexterm>
    162         </listitem>
    163       </varlistentry>
    164 
    165133      <varlistentry id="localnet-bootscripts">
    166134        <term><command>localnet</command></term>
     
    191159          <indexterm zone="ch-scripts-bootscripts mountkernfs-bootscripts">
    192160            <primary sortas="d-mountkernfs">mountkernfs</primary>
    193           </indexterm>
    194         </listitem>
    195       </varlistentry>
    196 
    197       <varlistentry id="network-bootscripts">
    198         <term><command>network</command></term>
    199         <listitem>
    200           <para>Sets up network interfaces, such as network cards, and sets up
    201           the default gateway (where applicable)</para>
    202           <indexterm zone="ch-scripts-bootscripts network-bootscripts">
    203             <primary sortas="d-network">network</primary>
    204161          </indexterm>
    205162        </listitem>
     
    250207      </varlistentry>
    251208
    252       <varlistentry id="static-bootscripts">
    253         <term><command>static</command></term>
    254         <listitem>
    255           <para>Provides the functionality needed to assign a static Internet
    256           Protocol (IP) address to a network interface</para>
    257           <indexterm zone="ch-scripts-bootscripts static-bootscripts">
    258             <primary sortas="d-static">static</primary>
    259           </indexterm>
    260         </listitem>
    261       </varlistentry>
    262 
    263209      <varlistentry id="swap-bootscripts">
    264210        <term><command>swap</command></term>
     
    271217      </varlistentry>
    272218
    273       <varlistentry id="sysklogd-bootscripts">
    274         <term><command>sysklogd</command></term>
    275         <listitem>
    276           <para>Starts and stops the system and kernel log daemons</para>
    277           <indexterm zone="ch-scripts-bootscripts sysklogd-bootscripts">
    278             <primary sortas="d-sysklogd">sysklogd</primary>
    279           </indexterm>
    280         </listitem>
    281       </varlistentry>
    282 
    283       <varlistentry id="template-bootscripts">
    284         <term><command>template</command></term>
    285         <listitem>
    286           <para>A template to create custom bootscripts for other
    287           daemons</para>
    288           <indexterm zone="ch-scripts-bootscripts template-bootscripts">
    289             <primary sortas="d-template">template</primary>
    290           </indexterm>
    291         </listitem>
    292       </varlistentry>
    293 
    294219      <varlistentry id="eudev-bootscripts">
    295220        <term><command>udev</command></term>
Note: See TracChangeset for help on using the changeset viewer.