Changeset 7922

Show
Ignore:
Timestamp:
02/17/07 13:36:32 (1 year ago)
Author:
bryan
Message:

Update contents of lfs-bootscripts

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r7919 r7922  
    3838 
    3939    <listitem> 
     40      <para>2007-02-17</para> 
     41      <itemizedlist> 
     42        <listitem> 
     43          <para>[bryan] - Update contents of lfs-bootscripts.</para> 
     44        </listitem> 
     45      </itemizedlist> 
     46    </listitem> 
     47 
     48    <listitem> 
    4049      <para>2007-02-09</para> 
    4150      <itemizedlist> 
  • trunk/BOOK/chapter07/bootscripts.xml

    r7612 r7922  
    5050      <seglistitem> 
    5151        <seg>checkfs, cleanfs, console, functions, halt, ifdown, ifup, 
    52         localnet, mountfs, mountkernfs, network, rc, reboot, sendsignals, 
    53         setclock, static, swap, sysklogd, template, and udev</seg> 
     52        localnet, modules, mountfs, mountkernfs, network, rc, reboot, 
     53        sendsignals, setclock, static, swap, sysctl, sysklogd, template, 
     54        udev, and udev_retry</seg> 
    5455      </seglistitem> 
    5556    </segmentedlist> 
     
    148149      </varlistentry> 
    149150 
     151      <varlistentry id="modules-bootscripts"> 
     152        <term><command>modules</command></term> 
     153        <listitem> 
     154          <para>Loads kernel modules listed in 
     155          <filename>/etc/sysconfig/modules</filename>, using arguments 
     156          that are also given there</para> 
     157          <indexterm zone="ch-scripts-bootscripts modules-bootscripts"> 
     158            <primary sortas="d-modules">modules</primary> 
     159          </indexterm> 
     160        </listitem> 
     161      </varlistentry> 
     162 
    150163      <varlistentry id="mountfs-bootscripts"> 
    151164        <term><command>mountfs</command></term> 
     
    246259      </varlistentry> 
    247260 
     261      <varlistentry id="sysctl-bootscripts"> 
     262        <term><command>sysctl</command></term> 
     263        <listitem> 
     264          <para>Loads system configuration values from 
     265          <filename>/etc/sysctl.conf</filename>, if that file exists, 
     266          into the running kernel</para> 
     267          <indexterm zone="ch-scripts-bootscripts sysctl-bootscripts"> 
     268            <primary sortas="d-sysctl">sysctl</primary> 
     269          </indexterm> 
     270        </listitem> 
     271      </varlistentry> 
     272 
    248273      <varlistentry id="sysklogd-bootscripts"> 
    249274        <term><command>sysklogd</command></term> 
     
    278303      </varlistentry> 
    279304 
     305      <varlistentry id="udev-retry-bootscripts"> 
     306        <term><command>udev_retry</command></term> 
     307        <listitem> 
     308          <para>Retries failed udev uevents, and copies generated rules 
     309          files from <filename class="directory">/dev/.udev</filename> to 
     310          <filename class="directory">/etc/udev/rules.d</filename> if required</para> 
     311          <indexterm zone="ch-scripts-bootscripts udev-retry-bootscripts"> 
     312            <primary sortas="d-udev-retry">udev_retry</primary> 
     313          </indexterm> 
     314        </listitem> 
     315      </varlistentry> 
     316 
    280317    </variablelist> 
    281318 
  • trunk/BOOK/general.ent

    r7916 r7922  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    2 <!ENTITY version "SVN-20070209"> 
    3 <!ENTITY releasedate "February 9, 2007"> 
     2<!ENTITY version "SVN-20070217"> 
     3<!ENTITY releasedate "February 17, 2007"> 
    44<!ENTITY milestone "6.3"> 
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->