[Clfs-commits] commit: r4472 - in /trunk/BOOK: bootscripts/ bootscripts/common/ bootscripts/common/dhcp/ bootscripts/common/static/ introduction/common/

svn at cross-lfs.org svn at cross-lfs.org
Thu Jan 15 21:07:06 PST 2009


Author: jim
Date: Fri Jan 16 05:07:05 2009
New Revision: 4472

Log:
Added Foundation for Static or Dynamic Networking

Added:
    trunk/BOOK/bootscripts/common/choose.xml
    trunk/BOOK/bootscripts/common/dhcp/
    trunk/BOOK/bootscripts/common/dhcp/dhcp.xml
    trunk/BOOK/bootscripts/common/static/
    trunk/BOOK/bootscripts/common/static/hostname.xml
    trunk/BOOK/bootscripts/common/static/hosts.xml
    trunk/BOOK/bootscripts/common/static/network.xml
    trunk/BOOK/bootscripts/common/static/static.xml
Removed:
    trunk/BOOK/bootscripts/common/hostname.xml
    trunk/BOOK/bootscripts/common/hosts.xml
    trunk/BOOK/bootscripts/common/network.xml
Modified:
    trunk/BOOK/bootscripts/common/symlinks.xml
    trunk/BOOK/bootscripts/common/udev.xml
    trunk/BOOK/bootscripts/x86-chapter.xml
    trunk/BOOK/introduction/common/changelog.xml

Modified: trunk/BOOK/bootscripts/common/symlinks.xml
==============================================================================
--- trunk/BOOK/bootscripts/common/symlinks.xml (original)
+++ trunk/BOOK/bootscripts/common/symlinks.xml Fri Jan 16 05:07:05 2009
@@ -98,7 +98,7 @@
     For all classes of hardware except sound cards and network cards, this is
     fixable by creating udev rules for custom persistent symlinks.
     The case of network cards is covered separately in
-    <xref linkend="ch-scripts-network"/>, and sound card configuration can
+    <xref linkend="ch-scripts-static-network"/>, and sound card configuration can
     be found in <ulink url="&cblfs-root;">CBLFS</ulink>.</para>
 
     <para>For each of your devices that is likely to have this problem

Modified: trunk/BOOK/bootscripts/common/udev.xml
==============================================================================
--- trunk/BOOK/bootscripts/common/udev.xml (original)
+++ trunk/BOOK/bootscripts/common/udev.xml Fri Jan 16 05:07:05 2009
@@ -317,7 +317,7 @@
       stable names based on some stable attributes of the device, such as a
       serial number or the output of various *_id utilities installed by Udev.
       See <xref linkend="ch-scripts-symlinks"/> and
-      <xref linkend="ch-scripts-network"/> for examples.</para>
+      <xref linkend="ch-scripts-static-network"/> for examples.</para>
 
     </sect3>
 

Modified: trunk/BOOK/bootscripts/x86-chapter.xml
==============================================================================
--- trunk/BOOK/bootscripts/x86-chapter.xml (original)
+++ trunk/BOOK/bootscripts/x86-chapter.xml Fri Jan 16 05:07:05 2009
@@ -20,9 +20,12 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/sysklogd.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/inputrc.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hostname.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hosts.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/network.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/static/static.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/static/hostname.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/static/hosts.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/static/network.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dhcp/dhcp.xml"/>
 
 </chapter>

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Fri Jan 16 05:07:05 2009
@@ -42,6 +42,8 @@
         <listitem>
           <para>[Chris] - Updated lists of installed programs for several
           packages.</para>
+        <listitem>
+          <para>[Jim] - Adding the new foundation for Static or DHCP Networking.</para>
         </listitem>
       </itemizedlist>
     </listitem>




More information about the Clfs-commits mailing list