Ignore:
Timestamp:
Aug 18, 2014, 4:01:47 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
1a95b03, 22610fa
Parents:
dd39fc2
Message:

Use nodump to prevent jhalfs from processing network config commands

File:
1 edited

Legend:

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

    rdd39fc2 r819ba78  
    3131    <para os="b">Prepare DHCPCD for compilation:</para>
    3232
    33 <screen os="c"><userinput>./configure --prefix=/usr --sbindir=/sbin \
     33<screen os="c" role="nodump"><userinput>./configure --prefix=/usr --sbindir=/sbin \
    3434    --sysconfdir=/etc --dbdir=/var/lib/dhcpcd --libexecdir=/usr/lib/dhcpcd</userinput></screen>
    3535
    3636    <para os="d">Compile the package:</para>
    3737
    38 <screen os="e"><userinput>make</userinput></screen>
     38<screen os="e" role="nodump"><userinput>make</userinput></screen>
    3939
    4040    <para os="f">This package does not come with a test suite.</para>
     
    4242    <para os="g">Install the package:</para>
    4343
    44 <screen os="h"><userinput>make install</userinput></screen>
     44<screen os="h" role="nodump"><userinput>make install</userinput></screen>
    4545
    4646  </sect2>
     
    5151    <para>First install the service from the CLFS Bootscripts package:</para>
    5252
    53 <screen><userinput>tar -xvf bootscripts-cross-lfs-&bootscripts-clfs-version;.tar.xz
     53<screen role="nodump"><userinput>tar -xvf bootscripts-cross-lfs-&bootscripts-clfs-version;.tar.xz
    5454cd bootscripts-cross-lfs-&bootscripts-clfs-version;
    5555make install-service-dhcpcd</userinput></screen>
     
    6060    additional interfaces:</para>
    6161
    62 <screen><userinput>cd /etc/sysconfig/network-devices &amp;&amp;
     62<screen role="nodump"><userinput>cd /etc/sysconfig/network-devices &amp;&amp;
    6363mkdir -v ifconfig.eth0 &amp;&amp;
    6464cat &gt; ifconfig.eth0/dhcpcd &lt;&lt; "EOF"
Note: See TracChangeset for help on using the changeset viewer.