[Clfs-commits] commit: r4640 - in /trunk/BOOK: introduction/common/changelog.xml network/dhcp/dhcp.xml

svn at cross-lfs.org svn at cross-lfs.org
Tue Feb 3 12:59:53 PST 2009


Author: jim
Date: Tue Feb  3 20:59:52 2009
New Revision: 4640

Log:
Updated DHCPCD Config Information

Modified:
    trunk/BOOK/introduction/common/changelog.xml
    trunk/BOOK/network/dhcp/dhcp.xml

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Tue Feb  3 20:59:52 2009
@@ -39,6 +39,9 @@
     <listitem>
       <para>February 3, 2009</para>
       <itemizedlist>
+        <listitem>
+          <para>[Jim] - Updated DHCPCD Config Information.</para>
+        </listitem>
         <listitem>
           <para>[Jim] - Updated Binutils to 2.19.1.</para>
         </listitem>

Modified: trunk/BOOK/network/dhcp/dhcp.xml
==============================================================================
--- trunk/BOOK/network/dhcp/dhcp.xml (original)
+++ trunk/BOOK/network/dhcp/dhcp.xml Tue Feb  3 20:59:52 2009
@@ -10,6 +10,28 @@
 
   <title>DHCP Networking</title>
 
-  <para os="a">Coming Soon.</para>
+    <para os="a">You will need to install the service from the CLFS Bootscripts package.</para>
+
+<screen os="b"><userinput>tar -jxvf ../bootscripts-cross-lfs-&clfs-bootscripts-version;.tar.bz2
+cd -v bootscripts-cross-lfs-&clfs-bootscripts-version;
+make install-service-dhcpcd</userinput></screen>
+
+  <para os="c">Finally, create the /etc/sysconfig/network-devices/ifconfig.eth0/dhcpcd
+   configuration file using the following commands. Adjust appropriately for additional interfaces:</para>
+
+<screen os="d"><userinput><literal>install -v -d /etc/sysconfig/network-devices/ifconfig.eth0 
+cat > /etc/sysconfig/network-devices/ifconfig.eth0/dhcpcd << "EOF"
+ONBOOT="yes"
+SERVICE="dhcpcd"
+
+# Start Command for DHCPCD
+#
+DHCP_START="-q"
+
+# Stop Command for DHCPCD
+#
+DHCP_STOP="-k"
+EOF</literal>
+</userinput></screen>
 
 </sect1>




More information about the Clfs-commits mailing list