Changeset 4112469


Ignore:
Timestamp:
Jan 23, 2014, 11:46:40 AM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
c0aa909
Parents:
99f8c39
Message:

Redo some text based on the clfs-network-scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/network/common/dhcp.xml

    r99f8c39 r4112469  
    1414    <title>Creating the DHCP Network Interface Configuration Files</title>
    1515
    16     <para>First install the service from the CLFS Bootscripts package:</para>
    17 
    18 <screen><userinput>tar -xvf bootscripts-cross-lfs-&bootscripts-clfs-version;.tar.xz
    19 cd bootscripts-cross-lfs-&bootscripts-clfs-version;
    20 make install-service-dhcpcd</userinput></screen>
    21 
    22     <para>Finally, create the
    23     <filename>/etc/sysconfig/network-devices/ifconfig.eth0/dhcpcd</filename>
     16    <para>The following is an example for the eth0 interface. Create the
     17    <filename>/etc/sysconfig/network-devices/ifconfig.eth0</filename>
    2418    configuration file using the following commands. Adjust appropriately for
    2519    additional interfaces:</para>
    2620
    2721<screen><userinput>cd /etc/sysconfig/network-devices &amp;&amp;
    28 mkdir -v ifconfig.eth0 &amp;&amp;
    29 cat &gt; ifconfig.eth0/dhcpcd &lt;&lt; "EOF"
    30 <literal>ONBOOT="yes"
    31 SERVICE="dhcpcd"
     22cat &gt; ifconfig.eth0 &lt;&lt; "EOF"
     23<literal>SERVICE="dhcpcd"
    3224
    3325# Start Command for DHCPCD
Note: See TracChangeset for help on using the changeset viewer.