Changeset 819ba78 for BOOK/network


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

Location:
BOOK/network
Files:
6 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"
  • BOOK/network/common/hostname.xml

    rdd39fc2 r819ba78  
    2222  and enter a hostname by running:</para>
    2323
    24   <screen><userinput>echo "HOSTNAME=<replaceable>[clfs]</replaceable>" &gt; /etc/sysconfig/network</userinput></screen>
     24  <screen role="nodump"><userinput>echo "HOSTNAME=<replaceable>[clfs]</replaceable>" &gt; /etc/sysconfig/network</userinput></screen>
    2525
    2626  <para><replaceable>[clfs]</replaceable> needs to be replaced with the
  • BOOK/network/common/hosts.xml

    rdd39fc2 r819ba78  
    5353  <para>Create the <filename>/etc/hosts</filename> file by running:</para>
    5454
    55 <screen><userinput>cat &gt; /etc/hosts &lt;&lt; "EOF"
     55<screen role="nodump"><userinput>cat &gt; /etc/hosts &lt;&lt; "EOF"
    5656<literal># Begin /etc/hosts (network card version)
    5757
     
    7272  <filename>/etc/hosts</filename> file by running:</para>
    7373
    74 <screen><userinput>cat &gt; /etc/hosts &lt;&lt; "EOF"
     74<screen role="nodump"><userinput>cat &gt; /etc/hosts &lt;&lt; "EOF"
    7575<literal># Begin /etc/hosts (no network card version)
    7676
  • BOOK/network/common/resolv.xml

    rdd39fc2 r819ba78  
    2727    file by running the following:</para>
    2828
    29 <screen><userinput>cat &gt; /etc/resolv.conf &lt;&lt; "EOF"
     29<screen role="nodump"><userinput>cat &gt; /etc/resolv.conf &lt;&lt; "EOF"
    3030<literal># Begin /etc/resolv.conf
    3131
  • BOOK/network/common/static.xml

    rdd39fc2 r819ba78  
    2626    file for the <emphasis>eth0</emphasis> device:</para>
    2727
    28 <screen><userinput>cd /etc/sysconfig/network-devices &amp;&amp;
     28<screen role="nodump"><userinput>cd /etc/sysconfig/network-devices &amp;&amp;
    2929mkdir -v ifconfig.eth0 &amp;&amp;
    3030cat &gt; ifconfig.eth0/ipv4 &lt;&lt; "EOF"
  • BOOK/network/multilib/dhcpcd.xml

    rdd39fc2 r819ba78  
    3030    xpointer="xpointer(//*[@os='b'])"/>
    3131
    32 <screen os="c"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --sbindir=/sbin \
     32<screen os="c" role="nodump"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --sbindir=/sbin \
    3333    --sysconfdir=/etc --dbdir=/var/lib/dhcpcd --libexecdir=/usr/lib64/dhcpcd \
    3434    --libdir=/usr/lib64</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.