Author: manuel Date: 2005-02-24 15:01:19 -0700 (Thu, 24 Feb 2005) New Revision: 292
Modified: trunk/BOOK/chapter07/bootscripts.xml trunk/BOOK/chapter07/chapter07.xml trunk/BOOK/chapter07/console.xml trunk/BOOK/chapter07/fstab.xml trunk/BOOK/chapter07/hosts.xml trunk/BOOK/chapter07/inputrc.xml trunk/BOOK/chapter07/localnet.xml trunk/BOOK/chapter07/network.xml trunk/BOOK/chapter07/profile.xml trunk/BOOK/chapter07/setclock.xml Log: Fixed some validation issues. Modified: trunk/BOOK/chapter07/bootscripts.xml =================================================================== --- trunk/BOOK/chapter07/bootscripts.xml 2005-02-24 21:51:04 UTC (rev 291) +++ trunk/BOOK/chapter07/bootscripts.xml 2005-02-24 22:01:19 UTC (rev 292) @@ -3,11 +3,11 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-scripts-bootscripts" role="wrap"> +<sect1 id="bootable-bootscripts" role="wrap"> <title>LFS-Bootscripts-&lfs-bootscripts-version;</title> <?dbhtml filename="bootscripts.html"?> -<indexterm zone="ch-scripts-bootscripts"><primary sortas="a-Bootscripts">Bootscripts</primary></indexterm> +<indexterm zone="bootable-bootscripts"><primary sortas="a-Bootscripts">Bootscripts</primary></indexterm> <sect2 role="package"><title/> <para>The LFS-Bootscripts package contains a set of bootscripts.</para> @@ -71,7 +71,7 @@ <listitem> <para>Checks the file systems before they are mounted (with the exception of journal and network based file systems)</para> -<indexterm zone="ch-scripts-bootscripts checkfs-bootscripts"><primary sortas="d-checkfs">checkfs</primary></indexterm> +<indexterm zone="bootable-bootscripts checkfs-bootscripts"><primary sortas="d-checkfs">checkfs</primary></indexterm> </listitem> </varlistentry> @@ -83,7 +83,7 @@ <filename class="directory">/var/lock/</filename>; it re-creates <filename>/var/run/utmp</filename> and removes the possibly present <filename>/etc/nologin</filename>, <filename>/fastboot</filename>, and <filename>/forcefsck</filename> files</para> -<indexterm zone="ch-scripts-bootscripts cleanfs-bootscripts"><primary sortas="d-cleanfs">cleanfs</primary></indexterm> +<indexterm zone="bootable-bootscripts cleanfs-bootscripts"><primary sortas="d-cleanfs">cleanfs</primary></indexterm> </listitem> </varlistentry> @@ -92,7 +92,7 @@ <listitem> <para>Loads the keymap table specified as proper for the keyboard layout; it also sets the screen font</para> -<indexterm zone="ch-scripts-bootscripts console-bootscripts"><primary sortas="d-console">console</primary></indexterm> +<indexterm zone="bootable-bootscripts console-bootscripts"><primary sortas="d-console">console</primary></indexterm> </listitem> </varlistentry> @@ -101,7 +101,7 @@ <listitem> <para>Contains functions shared among different scripts, such as error and status checking</para> -<indexterm zone="ch-scripts-bootscripts functions-bootscripts"><primary sortas="d-functions">functions</primary></indexterm> +<indexterm zone="bootable-bootscripts functions-bootscripts"><primary sortas="d-functions">functions</primary></indexterm> </listitem> </varlistentry> @@ -109,7 +109,7 @@ <term><command>halt</command></term> <listitem> <para>Halts the system</para> -<indexterm zone="ch-scripts-bootscripts halt-bootscripts"><primary sortas="d-halt">halt</primary></indexterm> +<indexterm zone="bootable-bootscripts halt-bootscripts"><primary sortas="d-halt">halt</primary></indexterm> </listitem> </varlistentry> @@ -117,7 +117,7 @@ <term><command>hotplug</command></term> <listitem> <para>Load modules for system devices</para> -<indexterm zone="ch-scripts-bootscripts hotplug-bootscripts"><primary sortas="d-hotplug">hotplug</primary></indexterm> +<indexterm zone="bootable-bootscripts hotplug-bootscripts"><primary sortas="d-hotplug">hotplug</primary></indexterm> </listitem> </varlistentry> @@ -125,7 +125,7 @@ <term><command>ifdown</command></term> <listitem> <para>Assists the network script with network devices</para> -<indexterm zone="ch-scripts-bootscripts ifdown-bootscripts"><primary sortas="d-ifdown">ifdown</primary></indexterm> +<indexterm zone="bootable-bootscripts ifdown-bootscripts"><primary sortas="d-ifdown">ifdown</primary></indexterm> </listitem> </varlistentry> @@ -133,7 +133,7 @@ <term><command>ifup</command></term> <listitem> <para>Assists the network script with network devices</para> -<indexterm zone="ch-scripts-bootscripts ifup-bootscripts"><primary sortas="d-ifup">ifup</primary></indexterm> +<indexterm zone="bootable-bootscripts ifup-bootscripts"><primary sortas="d-ifup">ifup</primary></indexterm> </listitem> </varlistentry> @@ -141,7 +141,7 @@ <term><command>localnet</command></term> <listitem> <para>Sets up the system's hostname and local loopback device</para> -<indexterm zone="ch-scripts-bootscripts localnet-bootscripts"><primary sortas="d-localnet">localnet</primary></indexterm> +<indexterm zone="bootable-bootscripts localnet-bootscripts"><primary sortas="d-localnet">localnet</primary></indexterm> </listitem> </varlistentry> @@ -150,7 +150,7 @@ <listitem> <para>Mounts all file systems, except ones that are marked <emphasis>noauto</emphasis> or are network based</para> -<indexterm zone="ch-scripts-bootscripts mountfs-bootscripts"><primary sortas="d-mountfs">mountfs</primary></indexterm> +<indexterm zone="bootable-bootscripts mountfs-bootscripts"><primary sortas="d-mountfs">mountfs</primary></indexterm> </listitem> </varlistentry> @@ -159,7 +159,7 @@ <listitem> <para>Is used to mount kernel-provided file systems, such as <systemitem class="filesystem">proc</systemitem></para> -<indexterm zone="ch-scripts-bootscripts mountkernfs-bootscripts"><primary sortas="d-mountkernfs">mountkernfs</primary></indexterm> +<indexterm zone="bootable-bootscripts mountkernfs-bootscripts"><primary sortas="d-mountkernfs">mountkernfs</primary></indexterm> </listitem> </varlistentry> @@ -168,7 +168,7 @@ <listitem> <para>Sets up network interfaces, such as network cards, and sets up the default gateway (where applicable)</para> -<indexterm zone="ch-scripts-bootscripts network-bootscripts"><primary sortas="d-network">network</primary></indexterm> +<indexterm zone="bootable-bootscripts network-bootscripts"><primary sortas="d-network">network</primary></indexterm> </listitem> </varlistentry> @@ -178,7 +178,7 @@ <para>The master run-level control script; it is responsible for running all other scripts one-by-one, in a sequence determined by the name of the symbolic links being processed</para> -<indexterm zone="ch-scripts-bootscripts rc-bootscripts"><primary sortas="d-rc">rc</primary></indexterm> +<indexterm zone="bootable-bootscripts rc-bootscripts"><primary sortas="d-rc">rc</primary></indexterm> </listitem> </varlistentry> @@ -186,7 +186,7 @@ <term><command>reboot</command></term> <listitem> <para>Reboots the system</para> -<indexterm zone="ch-scripts-bootscripts reboot-bootscripts"><primary sortas="d-reboot">reboot</primary></indexterm> +<indexterm zone="bootable-bootscripts reboot-bootscripts"><primary sortas="d-reboot">reboot</primary></indexterm> </listitem> </varlistentry> @@ -195,7 +195,7 @@ <listitem> <para>Makes sure every process is terminated before the system reboots or halts</para> -<indexterm zone="ch-scripts-bootscripts sendsignals-bootscripts"><primary sortas="d-sendsignals">sendsignals</primary></indexterm> +<indexterm zone="bootable-bootscripts sendsignals-bootscripts"><primary sortas="d-sendsignals">sendsignals</primary></indexterm> </listitem> </varlistentry> @@ -204,7 +204,7 @@ <listitem> <para>Resets the kernel clock to local time in case the hardware clock is not set to UTC time</para> -<indexterm zone="ch-scripts-bootscripts setclock-bootscripts"><primary sortas="d-setclock">setclock</primary></indexterm> +<indexterm zone="bootable-bootscripts setclock-bootscripts"><primary sortas="d-setclock">setclock</primary></indexterm> </listitem> </varlistentry> @@ -213,7 +213,7 @@ <listitem> <para>Provides the functionality needed to assign a static Internet Protocol (IP) address to a network interface</para> -<indexterm zone="ch-scripts-bootscripts static-bootscripts"><primary sortas="d-static">static</primary></indexterm> +<indexterm zone="bootable-bootscripts static-bootscripts"><primary sortas="d-static">static</primary></indexterm> </listitem> </varlistentry> @@ -221,7 +221,7 @@ <term><command>swap</command></term> <listitem> <para>Enables and disables swap files and partitions</para> -<indexterm zone="ch-scripts-bootscripts swap-bootscripts"><primary sortas="d-swap">swap</primary></indexterm> +<indexterm zone="bootable-bootscripts swap-bootscripts"><primary sortas="d-swap">swap</primary></indexterm> </listitem> </varlistentry> @@ -229,7 +229,7 @@ <term><command>syslog-ng</command></term> <listitem> <para>Starts and stops the system and kernel log daemons</para> -<indexterm zone="ch-scripts-bootscripts syslog-ng-bootscripts"><primary sortas="d-syslog-ng">syslog-ng</primary></indexterm> +<indexterm zone="bootable-bootscripts syslog-ng-bootscripts"><primary sortas="d-syslog-ng">syslog-ng</primary></indexterm> </listitem> </varlistentry> @@ -238,7 +238,7 @@ <listitem> <para>A template to create custom bootscripts for other daemons</para> -<indexterm zone="ch-scripts-bootscripts template-bootscripts"><primary sortas="d-template">template</primary></indexterm> +<indexterm zone="bootable-bootscripts template-bootscripts"><primary sortas="d-template">template</primary></indexterm> </listitem> </varlistentry> @@ -247,7 +247,7 @@ <listitem> <para>Sets up udev and create the devices nodes in <filename class="directory">/dev</filename></para> -<indexterm zone="ch-scripts-bootscripts udev-bootscripts"><primary sortas="d-udev">udev</primary></indexterm> +<indexterm zone="bootable-bootscripts udev-bootscripts"><primary sortas="d-udev">udev</primary></indexterm> </listitem> </varlistentry> </variablelist> Modified: trunk/BOOK/chapter07/chapter07.xml =================================================================== --- trunk/BOOK/chapter07/chapter07.xml 2005-02-24 21:51:04 UTC (rev 291) +++ trunk/BOOK/chapter07/chapter07.xml 2005-02-24 22:01:19 UTC (rev 292) @@ -10,7 +10,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="suid.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts.xml"/><!-- +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="setclock.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="console.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="inputrc.xml"/> @@ -18,7 +18,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="localnet.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hosts.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="fstab.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="fstab.xml"/><!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kernel.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="grub.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="finished.xml"/>--> Modified: trunk/BOOK/chapter07/console.xml =================================================================== --- trunk/BOOK/chapter07/console.xml 2005-02-24 21:51:04 UTC (rev 291) +++ trunk/BOOK/chapter07/console.xml 2005-02-24 22:01:19 UTC (rev 292) @@ -3,11 +3,11 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-scripts-console"> +<sect1 id="bootable-console"> <title>Configuring the Linux Console</title> <?dbhtml filename="console.html"?> -<indexterm zone="ch-scripts-console"> +<indexterm zone="bootable-console"> <primary sortas="d-console">console</primary> <secondary>configuring</secondary></indexterm> @@ -84,7 +84,7 @@ <screen><userinput>cat >>/etc/sysconfig/console <<"EOF" <literal>KEYMAP_CORRECTION="/etc/kbd/bs-sends-del"</literal> EOF</userinput></screen> - +<!-- Uncommant this after add kernel.xml <para>To compile the keymap directly into the kernel instead of setting it every time from the <command>console</command> bootscript, follow the instructions given in <xref linkend="ch-bootable-kernel" role="."/> @@ -104,6 +104,6 @@ could be beneficial if running several different kernels where it is difficult to ensure that the keymap is compiled into every one of them.</para> - +--> </sect1> Modified: trunk/BOOK/chapter07/fstab.xml =================================================================== --- trunk/BOOK/chapter07/fstab.xml 2005-02-24 21:51:04 UTC (rev 291) +++ trunk/BOOK/chapter07/fstab.xml 2005-02-24 22:01:19 UTC (rev 292) @@ -3,11 +3,11 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-bootable-fstab"> +<sect1 id="bootable-fstab"> <title>Creating the /etc/fstab File</title> <?dbhtml filename="fstab.html"?> -<indexterm zone="ch-bootable-fstab"><primary sortas="e-/etc/fstab">/etc/fstab</primary></indexterm> +<indexterm zone="bootable-fstab"><primary sortas="e-/etc/fstab">/etc/fstab</primary></indexterm> <para>The <filename>/etc/fstab</filename> file is used by some programs to determine where file systems are to be mounted by default, Modified: trunk/BOOK/chapter07/hosts.xml =================================================================== --- trunk/BOOK/chapter07/hosts.xml 2005-02-24 21:51:04 UTC (rev 291) +++ trunk/BOOK/chapter07/hosts.xml 2005-02-24 22:01:19 UTC (rev 292) @@ -3,17 +3,17 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-scripts-hosts"> +<sect1 id="bootable-hosts"> <title>Creating the /etc/hosts File</title> <?dbhtml filename="hosts.html"?> -<indexterm zone="ch-scripts-hosts"><primary sortas="e-/etc/hosts">/etc/hosts</primary></indexterm> +<indexterm zone="bootable-hosts"><primary sortas="e-/etc/hosts">/etc/hosts</primary></indexterm> -<indexterm zone="ch-scripts-hosts"> +<indexterm zone="bootable-hosts"> <primary sortas="d-localnet">localnet</primary> <secondary>/etc/hosts</secondary></indexterm> -<indexterm zone="ch-scripts-hosts"> +<indexterm zone="bootable-hosts"> <primary sortas="d-network">network</primary> <secondary>/etc/hosts</secondary></indexterm> Modified: trunk/BOOK/chapter07/inputrc.xml =================================================================== --- trunk/BOOK/chapter07/inputrc.xml 2005-02-24 21:51:04 UTC (rev 291) +++ trunk/BOOK/chapter07/inputrc.xml 2005-02-24 22:01:19 UTC (rev 292) @@ -3,11 +3,11 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-scripts-inputrc"> +<sect1 id="bootable-inputrc"> <title>Creating the /etc/inputrc File</title> <?dbhtml filename="inputrc.html"?> -<indexterm zone="ch-scripts-inputrc"><primary sortas="e-/etc/inputrc">/etc/inputrc</primary></indexterm> +<indexterm zone="bootable-inputrc"><primary sortas="e-/etc/inputrc">/etc/inputrc</primary></indexterm> <para>The <filename>/etc/inputrc</filename> file deals with mapping the keyboard for specific situations. This file is the start-up file Modified: trunk/BOOK/chapter07/localnet.xml =================================================================== --- trunk/BOOK/chapter07/localnet.xml 2005-02-24 21:51:04 UTC (rev 291) +++ trunk/BOOK/chapter07/localnet.xml 2005-02-24 22:01:19 UTC (rev 292) @@ -7,7 +7,7 @@ <title>Configuring the localnet Script</title> <?dbhtml filename="localnet.html"?> -<indexterm zone="ch-scripts-hostname"> +<indexterm zone="bootable-localnet"> <primary sortas="d-localnet">localnet</primary> <secondary>configuring</secondary></indexterm> Modified: trunk/BOOK/chapter07/network.xml =================================================================== --- trunk/BOOK/chapter07/network.xml 2005-02-24 21:51:04 UTC (rev 291) +++ trunk/BOOK/chapter07/network.xml 2005-02-24 22:01:19 UTC (rev 292) @@ -3,11 +3,11 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-scripts-network"> +<sect1 id="bootable-network"> <title>Configuring the network Script</title> <?dbhtml filename="network.html"?> -<indexterm zone="ch-scripts-network"> +<indexterm zone="bootable-network"> <primary sortas="d-network">network</primary> <secondary>configuring</secondary></indexterm> Modified: trunk/BOOK/chapter07/profile.xml =================================================================== --- trunk/BOOK/chapter07/profile.xml 2005-02-24 21:51:04 UTC (rev 291) +++ trunk/BOOK/chapter07/profile.xml 2005-02-24 22:01:19 UTC (rev 292) @@ -3,11 +3,11 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-scripts-profile"> +<sect1 id="bootable-profile"> <title>The Bash Shell Startup Files</title> <?dbhtml filename="profile.html"?> -<indexterm zone="ch-scripts-profile"><primary sortas="e-/etc/profile">/etc/profile</primary></indexterm> +<indexterm zone="bootable-profile"><primary sortas="e-/etc/profile">/etc/profile</primary></indexterm> <para>The shell program <command>/bin/bash</command> (hereafter referred to as <quote>the shell</quote>) uses a collection of startup Modified: trunk/BOOK/chapter07/setclock.xml =================================================================== --- trunk/BOOK/chapter07/setclock.xml 2005-02-24 21:51:04 UTC (rev 291) +++ trunk/BOOK/chapter07/setclock.xml 2005-02-24 22:01:19 UTC (rev 292) @@ -3,11 +3,11 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-scripts-setclock"> +<sect1 id="bootable-setclock"> <title>Configuring the setclock Script</title> <?dbhtml filename="setclock.html"?> -<indexterm zone="ch-scripts-setclock"> +<indexterm zone="bootable-setclock"> <primary sortas="d-setclock">setclock</primary> <secondary>configuring</secondary></indexterm> -- http://linuxfromscratch.org/mailman/listinfo/hlfs-book FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
