Author: bryan
Date: 2007-02-17 13:36:32 -0700 (Sat, 17 Feb 2007)
New Revision: 7922

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter07/bootscripts.xml
   trunk/BOOK/general.ent
Log:
Update contents of lfs-bootscripts


Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2007-02-11 11:27:42 UTC (rev 7921)
+++ trunk/BOOK/chapter01/changelog.xml  2007-02-17 20:36:32 UTC (rev 7922)
@@ -37,6 +37,15 @@
 -->
 
     <listitem>
+      <para>2007-02-17</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bryan] - Update contents of lfs-bootscripts.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2007-02-09</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter07/bootscripts.xml
===================================================================
--- trunk/BOOK/chapter07/bootscripts.xml        2007-02-11 11:27:42 UTC (rev 
7921)
+++ trunk/BOOK/chapter07/bootscripts.xml        2007-02-17 20:36:32 UTC (rev 
7922)
@@ -49,8 +49,9 @@
 
       <seglistitem>
         <seg>checkfs, cleanfs, console, functions, halt, ifdown, ifup,
-        localnet, mountfs, mountkernfs, network, rc, reboot, sendsignals,
-        setclock, static, swap, sysklogd, template, and udev</seg>
+        localnet, modules, mountfs, mountkernfs, network, rc, reboot,
+        sendsignals, setclock, static, swap, sysctl, sysklogd, template,
+        udev, and udev_retry</seg>
       </seglistitem>
     </segmentedlist>
 
@@ -147,6 +148,18 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="modules-bootscripts">
+        <term><command>modules</command></term>
+        <listitem>
+          <para>Loads kernel modules listed in
+          <filename>/etc/sysconfig/modules</filename>, using arguments
+          that are also given there</para>
+          <indexterm zone="ch-scripts-bootscripts modules-bootscripts">
+            <primary sortas="d-modules">modules</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="mountfs-bootscripts">
         <term><command>mountfs</command></term>
         <listitem>
@@ -245,6 +258,18 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="sysctl-bootscripts">
+        <term><command>sysctl</command></term>
+        <listitem>
+          <para>Loads system configuration values from
+          <filename>/etc/sysctl.conf</filename>, if that file exists,
+          into the running kernel</para>
+          <indexterm zone="ch-scripts-bootscripts sysctl-bootscripts">
+            <primary sortas="d-sysctl">sysctl</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="sysklogd-bootscripts">
         <term><command>sysklogd</command></term>
         <listitem>
@@ -277,6 +302,18 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="udev-retry-bootscripts">
+        <term><command>udev_retry</command></term>
+        <listitem>
+          <para>Retries failed udev uevents, and copies generated rules
+          files from <filename class="directory">/dev/.udev</filename> to
+          <filename class="directory">/etc/udev/rules.d</filename> if 
required</para>
+          <indexterm zone="ch-scripts-bootscripts udev-retry-bootscripts">
+            <primary sortas="d-udev-retry">udev_retry</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
 
   </sect2>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2007-02-11 11:27:42 UTC (rev 7921)
+++ trunk/BOOK/general.ent      2007-02-17 20:36:32 UTC (rev 7922)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20070209">
-<!ENTITY releasedate "February 9, 2007">
+<!ENTITY version "SVN-20070217">
+<!ENTITY releasedate "February 17, 2007">
 <!ENTITY milestone "6.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to