Ignore:
Timestamp:
Aug 18, 2014, 3:57:02 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
f0b15e4
Parents:
782b8809
Message:

Use nodump to prevent jhalfs from processing network config commands

File:
1 edited

Legend:

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

    r782b8809 r1ecf563  
    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>
     
    5656    using the following commands. Adjust appropriately for additional options:</para>
    5757
    58 <screen><userinput>cd /etc &amp;&amp;
     58<screen role="nodump"><userinput>cd /etc &amp;&amp;
    5959cat &gt; dhcpcd.conf &lt;&lt; "EOF"
    6060<literal># dhcpcd configuration eth0 interface
Note: See TracChangeset for help on using the changeset viewer.