Ignore:
Timestamp:
Jan 23, 2014, 1:32:51 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
88ad369
Parents:
40b9a5f
Message:

Move ifconfig.* config to /etc/sysconfig and remove /etc/sysconfig/network-devices.

File:
1 edited

Legend:

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

    r40b9a5f r415c62c  
    1515
    1616    <para>The following is an example for the eth0 interface. Create the
    17     <filename>/etc/sysconfig/network-devices/ifconfig.eth0</filename>
     17    <filename>/etc/sysconfig/ifconfig.eth0</filename>
    1818    configuration file using the following commands. Adjust appropriately for
    1919    additional interfaces:</para>
    2020
    21 <screen><userinput>mkdir -pv /etc/sysconfig/network-devices &amp;&amp;
    22 cd /etc/sysconfig/network-devices &amp;&amp;
     21<screen><userinput>mkdir -pv /etc/sysconfig &amp;&amp;
     22cd /etc/sysconfig &amp;&amp;
    2323cat &gt; ifconfig.eth0 &lt;&lt; "EOF"
    2424<literal>SERVICE="dhcpcd"
Note: See TracChangeset for help on using the changeset viewer.