- Timestamp:
- Jan 16, 2009, 5:07:05 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 42a216f
- Parents:
- 44fb8dd
- Location:
- BOOK
- Files:
-
- 3 added
- 4 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootscripts/common/static/hostname.xml
r44fb8dd r0f6ac75 2 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 3 3 "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"> 5 5 %general-entities; 6 6 ]> 7 7 8 <sect1 id="ch-scripts- hostname">8 <sect1 id="ch-scripts-static-hostname"> 9 9 <?dbhtml filename="hostname.html"?> 10 10 11 11 <title>Configuring the localnet Script</title> 12 12 13 <indexterm zone="ch-scripts- hostname">13 <indexterm zone="ch-scripts-static-hostname"> 14 14 <primary sortas="d-localnet">localnet</primary> 15 15 <secondary>configuring</secondary></indexterm> -
BOOK/bootscripts/common/static/hosts.xml
r44fb8dd r0f6ac75 2 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 3 3 "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"> 5 5 %general-entities; 6 6 ]> 7 7 8 <sect1 id="ch-scripts- hosts">8 <sect1 id="ch-scripts-static-hosts"> 9 9 <?dbhtml filename="hosts.html"?> 10 10 11 11 <title>Customizing the /etc/hosts File</title> 12 12 13 <indexterm zone="ch-scripts- hosts">13 <indexterm zone="ch-scripts-static-hosts"> 14 14 <primary sortas="e-/etc/hosts">/etc/hosts</primary> 15 15 </indexterm> 16 16 17 <indexterm zone="ch-scripts- hosts">17 <indexterm zone="ch-scripts-static-hosts"> 18 18 <primary sortas="d-localnet">localnet</primary> 19 19 <secondary>/etc/hosts</secondary></indexterm> 20 20 21 <indexterm zone="ch-scripts- hosts">21 <indexterm zone="ch-scripts-static-hosts"> 22 22 <primary sortas="d-network">network</primary> 23 23 <secondary>/etc/hosts</secondary></indexterm> -
BOOK/bootscripts/common/static/network.xml
r44fb8dd r0f6ac75 2 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 3 3 "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"> 5 5 %general-entities; 6 6 ]> 7 7 8 <sect1 id="ch-scripts- network">8 <sect1 id="ch-scripts-static-network"> 9 9 <?dbhtml filename="network.html"?> 10 10 11 11 <title>Configuring the network Script</title> 12 12 13 <indexterm zone="ch-scripts- network">13 <indexterm zone="ch-scripts-static-network"> 14 14 <primary sortas="d-network">network</primary> 15 15 <secondary>configuring</secondary></indexterm> -
BOOK/bootscripts/common/symlinks.xml
r44fb8dd r0f6ac75 99 99 fixable by creating udev rules for custom persistent symlinks. 100 100 The case of network cards is covered separately in 101 <xref linkend="ch-scripts- network"/>, and sound card configuration can101 <xref linkend="ch-scripts-static-network"/>, and sound card configuration can 102 102 be found in <ulink url="&cblfs-root;">CBLFS</ulink>.</para> 103 103 -
BOOK/bootscripts/common/udev.xml
r44fb8dd r0f6ac75 318 318 serial number or the output of various *_id utilities installed by Udev. 319 319 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> 321 321 322 322 </sect3> -
BOOK/bootscripts/x86-chapter.xml
r44fb8dd r0f6ac75 21 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/inputrc.xml"/> 22 22 <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"/>25 23 <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"/> 27 30 28 31 </chapter> -
BOOK/introduction/common/changelog.xml
r44fb8dd r0f6ac75 43 43 <para>[Chris] - Updated lists of installed programs for several 44 44 packages.</para> 45 <listitem> 46 <para>[Jim] - Adding the new foundation for Static or DHCP Networking.</para> 45 47 </listitem> 46 48 </itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.