Changeset 676d923 in clfs-sysroot for BOOK/bootscripts/common/bootscripts.xml


Ignore:
Timestamp:
Mar 15, 2009, 2:42:22 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
10658db
Parents:
1970967
Message:

Update bootscript configuration from trunk. Update bootscripts to 1.2-pre6.

File:
1 edited

Legend:

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

    r1970967 r676d923  
    99  <?dbhtml filename="bootscripts.html"?>
    1010
    11   <title>CLFS-Bootscripts-&clfs-bootscripts-version;</title>
     11  <title>Bootscripts for CLFS &bootscripts-clfs-version;</title>
    1212
    1313  <indexterm zone="ch-scripts-bootscripts">
     
    1818    <title/>
    1919
    20     <para>The CLFS-Bootscripts package contains a set of scripts to
     20    <para>The Bootscripts package contains a set of scripts to
    2121    start/stop the CLFS system at bootup/shutdown.</para>
    2222
     
    2424
    2525  <sect2 role="installation">
    26     <title>Installation of CLFS-Bootscripts</title>
    27 
    28     <para>Install the package:</para>
    29 
    30 <screen><userinput>make DESTDIR=${CLFS} install-bootscripts</userinput></screen>
     26    <title>Installation of Bootscripts</title>
     27
     28    <para os="a">Install the package:</para>
     29
     30<screen os="b"><userinput>make DESTDIR="${CLFS}" install-bootscripts</userinput></screen>
     31
     32    <para os="c">You can will need to run the following command to install support for Networking:</para>
     33
     34<screen os="d"><userinput>make DESTDIR="${CLFS}" install-network</userinput></screen>
    3135
    3236  </sect2>
    3337
    3438  <sect2 id="contents-bootscripts" role="content">
    35     <title>Contents of CLFS-Bootscripts</title>
     39    <title>Contents of Bootscripts</title>
    3640
    3741    <segmentedlist>
     
    4145        <seg>checkfs, cleanfs, console, functions, halt, ifdown,
    4246        ifup, localnet, mountfs, mountkernfs, network, rc, reboot, sendsignals,
    43         setclock, static, swap, sysklogd, and template.</seg>
     47        setclock, static, swap, sysklogd, template, and udev.</seg>
    4448      </seglistitem>
    4549    </segmentedlist>
     
    258262      </varlistentry>
    259263
     264      <varlistentry id="udev-bootscripts">
     265        <term><command>udev</command></term>
     266        <listitem>
     267          <para>Starts and stops the Udev daemon</para>
     268          <indexterm zone="ch-scripts-bootscripts udev-bootscripts">
     269            <primary sortas="d-udev">udev</primary>
     270          </indexterm>
     271        </listitem>
     272      </varlistentry>
     273
    260274    </variablelist>
    261275
Note: See TracChangeset for help on using the changeset viewer.