Changeset 593f554e


Ignore:
Timestamp:
Mar 2, 2009, 11:13:12 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
5412eda
Parents:
89bc6ed
Message:

Added DHCPCD depdency information.
Moved DHCPCD from the network section into the final system and updated the note about the optional build.
Updated the network configuration section.

Location:
BOOK
Files:
1 added
16 deleted
31 edited
4 moved

Legend:

Unmodified
Added
Removed
  • BOOK/alpha-index.xml

    r89bc6ed r593f554e  
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/alpha-chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/alpha-chapter.xml"/>
    64     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/alpha-chapter.xml"/>
     64    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/chapter.xml"/>
    6565    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/alpha-chapter.xml"/>
    6666    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
  • BOOK/appendices/dependencies/common.xml

    r89bc6ed r593f554e  
    281281      </segmentedlist>
    282282
     283<!-- Begin DHCPCD dependency info -->
     284  <bridgehead renderas="sect2" id="dhcpcd-dep">DHCPCD</bridgehead>
     285
     286      <segmentedlist>
     287        <segtitle>&dependencies;</segtitle>
     288
     289        <seglistitem>
     290         <seg>Bash, Coreutils, GCC, Make, Sed</seg>
     291        </seglistitem>
     292      </segmentedlist>
     293
     294      <segmentedlist>
     295        <segtitle>&testsuites;</segtitle>
     296
     297        <seglistitem>
     298          <seg>No testsuite available</seg>
     299        </seglistitem>
     300      </segmentedlist>
     301
     302      <segmentedlist>
     303        <segtitle>&before;</segtitle>
     304
     305        <seglistitem>
     306          <seg>None</seg>
     307        </seglistitem>
     308      </segmentedlist>
     309
    283310<!-- Begin Diffutils dependency info -->
    284311  <bridgehead renderas="sect2" id="diffutils-dep">Diffutils</bridgehead>
  • BOOK/final-system/alpha-chapter.xml

    r89bc6ed r593f554e  
    4242  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/>
    4343  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bzip2.xml"/>
     44  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dhcpcd.xml"/>
    4445  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/diffutils.xml"/>
    4546  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
  • BOOK/final-system/common/dhcpcd.xml

    r89bc6ed r593f554e  
    66]>
    77
    8 <sect1 id="ch-network-dhcpcd" role="wrap">
     8<sect1 id="ch-final-system-dhcpcd" role="wrap">
    99  <?dbhtml filename="dhcpcd.html"?>
    1010
    1111  <title>DHCPCD-&dhcpcd-version;</title>
    1212
    13   <indexterm zone="ch-network-dhcpcd">
     13  <indexterm zone="ch-final-system-dhcpcd">
    1414    <primary sortas="a-DHCPCD">DHCPCD</primary>
    1515  </indexterm>
     
    2626
    2727    <note os="a">
    28     <para>This is an optional build. Only build this if you intend on using
    29     a DHCP Server to automatically configure IP Addresses for your system.</para>
     28      <para>This build is optional. You only need to build this if you intend
     29      on using a DHCP Server to automatically configure atleast one network
     30      interface on your system.</para>
    3031    </note>
    3132
     
    5152
    5253      <seglistitem>
    53         <seg>To Follow</seg>
     54        <seg>dhcpcd</seg>
    5455      </seglistitem>
    5556    </segmentedlist>
     
    6364        <term><command>dhcpcd</command></term>
    6465        <listitem>
    65           <para>To Follow</para>
    66           <indexterm zone="ch-network-dhcpcd">
     66          <para>dhcpcd is an implementation of the DHCP client specified in RFC 2131. It gets the host information from a DHCP server and configures the network interface automatically.</para>
     67          <indexterm zone="ch-final-system-dhcpcd">
    6768            <primary sortas="e-dhcpcd">dhcpcd</primary>
    6869          </indexterm>
  • BOOK/final-system/mips-chapter.xml

    r89bc6ed r593f554e  
    4242  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/>
    4343  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bzip2.xml"/>
     44  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dhcpcd.xml"/>
    4445  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/diffutils.xml"/>
    4546  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
  • BOOK/final-system/mips64-64-chapter.xml

    r89bc6ed r593f554e  
    4242  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/>
    4343  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bzip2.xml"/>
     44  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dhcpcd.xml"/>
    4445  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/diffutils.xml"/>
    4546  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
  • BOOK/final-system/mips64-chapter.xml

    r89bc6ed r593f554e  
    6969  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bzip2-n32.xml"/>
    7070  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bzip2-64bit.xml"/>
     71  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/dhcpcd.xml"/>
    7172  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/diffutils.xml"/>
    7273  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/file.xml"/>
  • BOOK/final-system/multilib/dhcpcd.xml

    r89bc6ed r593f554e  
    66]>
    77
    8 <sect1 id="ch-network-dhcpcd" role="wrap">
     8<sect1 id="ch-final-system-dhcpcd" role="wrap">
    99  <?dbhtml filename="dhcpcd.html"?>
    1010
    1111  <title>DHCPCD-&dhcpcd-version;</title>
    1212
    13   <indexterm zone="ch-network-dhcpcd">
     13  <indexterm zone="ch-final-system-dhcpcd">
    1414    <primary sortas="a-DHCPCD">DHCPCD</primary>
    1515  </indexterm>
  • BOOK/final-system/native-chapter.xml

    r89bc6ed r593f554e  
    4242  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/>
    4343  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bzip2.xml"/>
     44  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dhcpcd.xml"/>
    4445  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/diffutils.xml"/>
    4546  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
  • BOOK/final-system/native64-chapter.xml

    r89bc6ed r593f554e  
    5656  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bzip2.xml"/>
    5757  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bzip2-64bit.xml"/>
     58  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/dhcpcd.xml"/>
    5859  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/diffutils.xml"/>
    5960  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/file.xml"/>
  • BOOK/final-system/ppc-chapter.xml

    r89bc6ed r593f554e  
    4242  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/>
    4343  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bzip2.xml"/>
     44  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dhcpcd.xml"/>
    4445  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/diffutils.xml"/>
    4546  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
  • BOOK/final-system/ppc64-chapter.xml

    r89bc6ed r593f554e  
    5656  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bzip2.xml"/>
    5757  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bzip2-64bit.xml"/>
     58  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/dhcpcd.xml"/>
    5859  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/diffutils.xml"/>
    5960  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/file.xml"/>
  • BOOK/final-system/sparc-chapter.xml

    r89bc6ed r593f554e  
    4242  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/>
    4343  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bzip2.xml"/>
     44  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dhcpcd.xml"/>
    4445  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/diffutils.xml"/>
    4546  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
  • BOOK/final-system/sparc64-64-chapter.xml

    r89bc6ed r593f554e  
    4242  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/>
    4343  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bzip2.xml"/>
     44  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dhcpcd.xml"/>
    4445  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/diffutils.xml"/>
    4546  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
  • BOOK/final-system/sparc64-chapter.xml

    r89bc6ed r593f554e  
    5656  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bzip2.xml"/>
    5757  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bzip2-64bit.xml"/>
     58  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/dhcpcd.xml"/>
    5859  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/diffutils.xml"/>
    5960  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/file.xml"/>
  • BOOK/final-system/x86-chapter.xml

    r89bc6ed r593f554e  
    4242  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/>
    4343  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bzip2.xml"/>
     44  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dhcpcd.xml"/>
    4445  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/diffutils.xml"/>
    4546  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
  • BOOK/final-system/x86_64-64-chapter.xml

    r89bc6ed r593f554e  
    4242  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/>
    4343  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bzip2.xml"/>
     44  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dhcpcd.xml"/>
    4445  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/diffutils.xml"/>
    4546  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
  • BOOK/final-system/x86_64-chapter.xml

    r89bc6ed r593f554e  
    5656  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bzip2.xml"/>
    5757  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bzip2-64bit.xml"/>
     58  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/dhcpcd.xml"/>
    5859  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/diffutils.xml"/>
    5960  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/file.xml"/>
  • BOOK/introduction/common/changelog.xml

    r89bc6ed r593f554e  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>March 3, 2009</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Restructured the XML for the networking section.
     44          The new order should help it flow better. Also moved dhcpcd into the
     45          final system.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
    3849
    3950    <listitem>
  • BOOK/mips-index.xml

    r89bc6ed r593f554e  
    6060    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/mips-chapter.xml"/>
    6161    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/mips-chapter.xml"/>
    62     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/mips-chapter.xml"/>
     62    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/mips-chapter.xml"/>
    6464    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
  • BOOK/mips64-64-index.xml

    r89bc6ed r593f554e  
    6060    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/mips64-64-chapter.xml"/>
    6161    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/mips64-64-chapter.xml"/>
    62     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/mips64-64-chapter.xml"/>
     62    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/mips64-64-chapter.xml"/>
    6464    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
  • BOOK/mips64-index.xml

    r89bc6ed r593f554e  
    6060    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/mips64-chapter.xml"/>
    6161    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/mips64-chapter.xml"/>
    62     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/mips64-chapter.xml"/>
     62    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/mips64-chapter.xml"/>
    6464    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
  • BOOK/native-index.xml

    r89bc6ed r593f554e  
    6161    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/native-chapter.xml"/>
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/native-chapter.xml"/>
    63     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/native-chapter.xml"/>
     63    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/chapter.xml"/>
    6464    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/native-chapter.xml"/>
    6565    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
  • BOOK/native64-index.xml

    r89bc6ed r593f554e  
    6161    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/native64-chapter.xml"/>
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/native64-chapter.xml"/>
    63     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/native64-chapter.xml"/>
     63    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/chapter.xml"/>
    6464    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/native64-chapter.xml"/>
    6565    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
  • BOOK/network/chapter.xml

    r89bc6ed r593f554e  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hostname.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hosts.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/resolv.xml"/>
    1617  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/>
    17   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="static/static.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="static/network.xml"/>
    19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="static/next.xml"/>
    20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dhcp/dhcp.xml"/>
    21   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dhcpcd.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/static.xml"/>
     19  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dhcp.xml"/>
    2220
    2321</chapter>
  • BOOK/network/common/choose.xml

    r89bc6ed r593f554e  
    66]>
    77
    8 <sect1 id="ch-newtork-choose">
     8<sect1 id="ch-network-choose">
    99  <?dbhtml filename="choose.html"?>
    1010
    1111  <title>Use DHCP or to Static Networking?</title>
    1212
    13   <para os="a"> There are two different ways you can proceed from this point
     13  <indexterm zone="ch-network-choose">
     14    <primary sortas="d-network">network</primary>
     15  <secondary>configuring</secondary></indexterm>
     16
     17  <para>This section only applies if a network card is to be configured. If
     18  you do not need to configure a network interface you can skip on to
     19  <xref linkend="chapter-bootable"/>.</para>
     20
     21  <para> There are two different ways you can proceed from this point
    1422  to configure your network. Dynamic will allow you to take advantage of
    1523  a DHCP server to get all your configuration information. Static you become
    1624  responsible for setting up your options.</para>
    1725
    18   <para os="b">For DHCP Networking, follow <ulink url="dhcp.html"/>.</para>
     26  <para>To configure a Static Interface, Follow <xref linkend="ch-network-static"/>.</para>
    1927
    20   <para os="c">For Static Networking, follow <ulink url="static.html"/>.</para>
     28  <para>To configure a DHCP Interface, Follow <xref linkend="ch-network-dhcp"/>.</para>
    2129
    2230</sect1>
  • BOOK/network/common/static.xml

    r89bc6ed r593f554e  
    66]>
    77
    8 <sect1 id="ch-network-static-network">
    9   <?dbhtml filename="network.html"?>
     8<sect1 id="ch-network-static">
     9  <?dbhtml filename="network-static.html"?>
    1010
    11   <title>Configuring the network Script</title>
    12 
    13   <indexterm zone="ch-network-static-network">
    14     <primary sortas="d-network">network</primary>
    15   <secondary>configuring</secondary></indexterm>
    16 
    17   <para>This section only applies if a network card is to be
    18   configured.</para>
    19 
    20   <para>If a network card will not be used, there is likely no need to
    21   create any configuration files relating to network cards. If that is
    22   the case, remove the <filename class="symlink">network</filename>
    23   symlinks from all run-level directories (<filename
    24   class="directory">/etc/rc.d/rc*.d</filename>).</para>
     11  <title>Static Networking Configuration</title>
    2512
    2613  <sect2>
    27     <title>Creating Network Interface Configuration Files</title>
     14    <title>Creating the Static Network Interface Configuration Files</title>
    2815
    2916    <para>Which interfaces are brought up and down by the network script
     
    7764    <envar>PREFIX</envar> variable according to your specific subnet.</para>
    7865
    79   </sect2>
    80 
    81   <sect2 id="resolv.conf">
    82     <title>Creating the /etc/resolv.conf File</title>
    83 
    84     <indexterm zone="resolv.conf">
    85       <primary sortas="e-/etc/resolv.conf">/etc/resolv.conf</primary>
    86     </indexterm>
    87 
    88     <para>If the system is going to be connected to the Internet, it will
    89     need some means of Domain Name Service (DNS) name resolution to
    90     resolve Internet domain names to IP addresses, and vice versa. This is
    91     best achieved by placing the IP address of the DNS server, available
    92     from the ISP or network administrator, into
    93     <filename>/etc/resolv.conf</filename>. Create the file by running the
    94     following:</para>
    95 
    96 <screen><userinput>cat &gt; /etc/resolv.conf &lt;&lt; "EOF"
    97 <literal># Begin /etc/resolv.conf
    98 
    99 domain <replaceable>[Your Domain Name]</replaceable>
    100 nameserver <replaceable>[IP address of your primary nameserver]</replaceable>
    101 nameserver <replaceable>[IP address of your secondary nameserver]</replaceable>
    102 
    103 # End /etc/resolv.conf</literal>
    104 EOF</userinput></screen>
    105 
    106     <para>Replace <replaceable>[IP address of the nameserver]</replaceable>
    107     with the IP address of the DNS most appropriate for the setup. There will
    108     often be more than one entry (requirements demand secondary servers for
    109     fallback capability). If you only need or want one DNS server, remove the
    110     second <emphasis>nameserver</emphasis> line from the file. The IP address
    111     may also be a router on the local network.</para>
     66    <para>To configure another DHCP Interface, Follow <xref linkend="ch-network-dhcp"/>.</para>
    11267
    11368  </sect2>
  • BOOK/ppc-index.xml

    r89bc6ed r593f554e  
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/ppc-chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/ppc-chapter.xml"/>
    64     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/ppc-chapter.xml"/>
     64    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/chapter.xml"/>
    6565    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/ppc-chapter.xml"/>
    6666    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
  • BOOK/ppc64-index.xml

    r89bc6ed r593f554e  
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/ppc64-chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/ppc64-chapter.xml"/>
    64     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/ppc64-chapter.xml"/>
     64    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/chapter.xml"/>
    6565    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/ppc64-chapter.xml"/>
    6666    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
  • BOOK/sparc-index.xml

    r89bc6ed r593f554e  
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/sparc-chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/sparc-chapter.xml"/>
    64     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/sparc-chapter.xml"/>
     64    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/chapter.xml"/>
    6565    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/sparc-chapter.xml"/>
    6666    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
  • BOOK/sparc64-64-index.xml

    r89bc6ed r593f554e  
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/sparc64-64-chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/sparc64-64-chapter.xml"/>
    64     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/sparc64-64-chapter.xml"/>
     64    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/chapter.xml"/>
    6565    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/sparc64-64-chapter.xml"/>
    6666    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
  • BOOK/sparc64-index.xml

    r89bc6ed r593f554e  
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/sparc64-chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/sparc64-chapter.xml"/>
    64     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/sparc64-chapter.xml"/>
     64    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/chapter.xml"/>
    6565    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/sparc64-chapter.xml"/>
    6666    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
  • BOOK/x86-index.xml

    r89bc6ed r593f554e  
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/x86-chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/x86-chapter.xml"/>
    64     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/x86-chapter.xml"/>
     64    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/chapter.xml"/>
    6565    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/x86-chapter.xml"/>
    6666    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
  • BOOK/x86_64-64-index.xml

    r89bc6ed r593f554e  
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/x86_64-64-chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/x86_64-64-chapter.xml"/>
    64     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/x86_64-64-chapter.xml"/>
     64    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/chapter.xml"/>
    6565    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/x86_64-64-chapter.xml"/>
    6666    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
  • BOOK/x86_64-index.xml

    r89bc6ed r593f554e  
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/x86_64-chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/x86_64-chapter.xml"/>
    64     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/x86_64-chapter.xml"/>
     64    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network/chapter.xml"/>
    6565    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/x86_64-chapter.xml"/>
    6666    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
Note: See TracChangeset for help on using the changeset viewer.