Changeset 0f6ac75 for BOOK


Ignore:
Timestamp:
Jan 15, 2009, 9:07:05 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
42a216f
Parents:
44fb8dd
Message:

Added Foundation for Static or Dynamic Networking

Location:
BOOK
Files:
3 added
4 edited
3 moved

Legend:

Unmodified
Added
Removed
  • BOOK/bootscripts/common/static/hostname.xml

    r44fb8dd r0f6ac75  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
    4   <!ENTITY % general-entities SYSTEM "../../general.ent">
     4  <!ENTITY % general-entities SYSTEM "../../../general.ent">
    55  %general-entities;
    66]>
    77
    8 <sect1 id="ch-scripts-hostname">
     8<sect1 id="ch-scripts-static-hostname">
    99  <?dbhtml filename="hostname.html"?>
    1010
    1111  <title>Configuring the localnet Script</title>
    1212
    13   <indexterm zone="ch-scripts-hostname">
     13  <indexterm zone="ch-scripts-static-hostname">
    1414    <primary sortas="d-localnet">localnet</primary>
    1515  <secondary>configuring</secondary></indexterm>
  • BOOK/bootscripts/common/static/hosts.xml

    r44fb8dd r0f6ac75  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
    4   <!ENTITY % general-entities SYSTEM "../../general.ent">
     4  <!ENTITY % general-entities SYSTEM "../../../general.ent">
    55  %general-entities;
    66]>
    77
    8 <sect1 id="ch-scripts-hosts">
     8<sect1 id="ch-scripts-static-hosts">
    99  <?dbhtml filename="hosts.html"?>
    1010
    1111  <title>Customizing the /etc/hosts File</title>
    1212
    13   <indexterm zone="ch-scripts-hosts">
     13  <indexterm zone="ch-scripts-static-hosts">
    1414    <primary sortas="e-/etc/hosts">/etc/hosts</primary>
    1515  </indexterm>
    1616
    17   <indexterm zone="ch-scripts-hosts">
     17  <indexterm zone="ch-scripts-static-hosts">
    1818    <primary sortas="d-localnet">localnet</primary>
    1919  <secondary>/etc/hosts</secondary></indexterm>
    2020
    21   <indexterm zone="ch-scripts-hosts">
     21  <indexterm zone="ch-scripts-static-hosts">
    2222    <primary sortas="d-network">network</primary>
    2323  <secondary>/etc/hosts</secondary></indexterm>
  • BOOK/bootscripts/common/static/network.xml

    r44fb8dd r0f6ac75  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
    4   <!ENTITY % general-entities SYSTEM "../../general.ent">
     4  <!ENTITY % general-entities SYSTEM "../../../general.ent">
    55  %general-entities;
    66]>
    77
    8 <sect1 id="ch-scripts-network">
     8<sect1 id="ch-scripts-static-network">
    99  <?dbhtml filename="network.html"?>
    1010
    1111  <title>Configuring the network Script</title>
    1212
    13   <indexterm zone="ch-scripts-network">
     13  <indexterm zone="ch-scripts-static-network">
    1414    <primary sortas="d-network">network</primary>
    1515  <secondary>configuring</secondary></indexterm>
  • BOOK/bootscripts/common/symlinks.xml

    r44fb8dd r0f6ac75  
    9999    fixable by creating udev rules for custom persistent symlinks.
    100100    The case of network cards is covered separately in
    101     <xref linkend="ch-scripts-network"/>, and sound card configuration can
     101    <xref linkend="ch-scripts-static-network"/>, and sound card configuration can
    102102    be found in <ulink url="&cblfs-root;">CBLFS</ulink>.</para>
    103103
  • BOOK/bootscripts/common/udev.xml

    r44fb8dd r0f6ac75  
    318318      serial number or the output of various *_id utilities installed by Udev.
    319319      See <xref linkend="ch-scripts-symlinks"/> and
    320       <xref linkend="ch-scripts-network"/> for examples.</para>
     320      <xref linkend="ch-scripts-static-network"/> for examples.</para>
    321321
    322322    </sect3>
  • BOOK/bootscripts/x86-chapter.xml

    r44fb8dd r0f6ac75  
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/inputrc.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
    23   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hostname.xml"/>
    24   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hosts.xml"/>
    2523  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
    26   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/network.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/>
     25  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/static/static.xml"/>
     26  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/static/hostname.xml"/>
     27  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/static/hosts.xml"/>
     28  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/static/network.xml"/>
     29  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dhcp/dhcp.xml"/>
    2730
    2831</chapter>
  • BOOK/introduction/common/changelog.xml

    r44fb8dd r0f6ac75  
    4343          <para>[Chris] - Updated lists of installed programs for several
    4444          packages.</para>
     45        <listitem>
     46          <para>[Jim] - Adding the new foundation for Static or DHCP Networking.</para>
    4547        </listitem>
    4648      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.