[Clfs-commits] commit: r4679 - in /trunk/BOOK: bootscripts/ bootscripts/common/ introduction/common/

svn at cross-lfs.org svn at cross-lfs.org
Sun Feb 8 20:31:04 PST 2009


Author: chris at beaker67.com
Date: Mon Feb  9 04:31:04 2009
New Revision: 4679

Log:
Reorder bootscripts section and split Bash Shell Startup Files page

Added:
    trunk/BOOK/bootscripts/common/locale.xml
Modified:
    trunk/BOOK/bootscripts/alpha-chapter.xml
    trunk/BOOK/bootscripts/common/profile.xml
    trunk/BOOK/bootscripts/mips-chapter.xml
    trunk/BOOK/bootscripts/mips64-64-chapter.xml
    trunk/BOOK/bootscripts/mips64-chapter.xml
    trunk/BOOK/bootscripts/native-chapter.xml
    trunk/BOOK/bootscripts/native64-chapter.xml
    trunk/BOOK/bootscripts/ppc-chapter.xml
    trunk/BOOK/bootscripts/ppc64-chapter.xml
    trunk/BOOK/bootscripts/sparc-chapter.xml
    trunk/BOOK/bootscripts/sparc64-64-chapter.xml
    trunk/BOOK/bootscripts/sparc64-chapter.xml
    trunk/BOOK/bootscripts/x86-chapter.xml
    trunk/BOOK/bootscripts/x86_64-64-chapter.xml
    trunk/BOOK/bootscripts/x86_64-chapter.xml
    trunk/BOOK/introduction/common/changelog.xml

Modified: trunk/BOOK/bootscripts/alpha-chapter.xml
==============================================================================
--- trunk/BOOK/bootscripts/alpha-chapter.xml (original)
+++ trunk/BOOK/bootscripts/alpha-chapter.xml Mon Feb  9 04:31:04 2009
@@ -14,11 +14,12 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/usage.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/setclock.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/console.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/inputrc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
 
 </chapter>

Modified: trunk/BOOK/bootscripts/common/profile.xml
==============================================================================
--- trunk/BOOK/bootscripts/common/profile.xml (original)
+++ trunk/BOOK/bootscripts/common/profile.xml Mon Feb  9 04:31:04 2009
@@ -17,10 +17,9 @@
   referred to as <quote>the shell</quote>) uses a collection of startup
   files to help create an environment to run in. Each file has a
   specific use and may affect login and interactive environments
-  differently. The files in the <filename
-  class="directory">/etc</filename> directory provide global settings.
-  If an equivalent file exists in the home directory, it may override
-  the global settings.</para>
+  differently. The files in the <filename class="directory">/etc</filename>
+  directory provide global settings. If an equivalent file exists in the
+  home directory, it may override the global settings.</para>
 
   <para>An interactive login shell is started after a successful login,
   using <command>/bin/login</command>, by reading the
@@ -32,131 +31,14 @@
   not waiting for user input between commands.</para>
 
   <para>For more information, see <command>info bash</command> under the
-  <emphasis>Bash Startup Files and Interactive Shells</emphasis> section.</para>
+  <emphasis>Bash Startup Files and Interactive Shells</emphasis> section,
+  and <ulink url="&cblfs-root;index.php/Bash_Startup_Files">Bash Startup
+  Files</ulink> in CBLFS.</para>
 
   <para>The files <filename>/etc/profile</filename> and
   <filename>~/.bash_profile</filename> are read when the shell is
-  invoked as an interactive login shell.</para>
-
-  <para>The base <filename>/etc/profile</filename> below sets some
-  environment variables necessary for native language support. Setting
-  them properly results in:</para>
-
-  <itemizedlist>
-    <listitem>
-      <para>The output of programs translated into the native language</para>
-    </listitem>
-    <listitem>
-      <para>Correct classification of characters into letters, digits and
-      other classes. This is necessary for <command>bash</command> to
-      properly accept non-ASCII characters in command lines in non-English
-      locales</para>
-    </listitem>
-    <listitem>
-      <para>The correct alphabetical sorting order for the country</para>
-    </listitem>
-    <listitem>
-      <para>Appropriate default paper size</para>
-    </listitem>
-    <listitem>
-      <para>Correct formatting of monetary, time, and date values</para>
-    </listitem>
-  </itemizedlist>
-
-  <para>This script also sets the <envar>INPUTRC</envar> environment variable
-  that makes Bash and Readline use the <filename>/etc/inputrc</filename> file
-  created earlier.</para>
-
-  <para>Replace <replaceable>[ll]</replaceable> below with the
-  two-letter code for the desired language (e.g., <quote>en</quote>) and
-  <replaceable>[CC]</replaceable> with the two-letter code for the
-  appropriate country (e.g., <quote>GB</quote>).
-  <replaceable>[charmap]</replaceable> should be replaced with the
-  canonical charmap for your chosen locale.</para>
-
-  <para>The list of all locales supported by Glibc can be obtained by running
-  the following command:</para>
-
-<screen role="nodump"><userinput>locale -a</userinput></screen>
-
-  <para>Locales can have a number of synonyms, e.g. <quote>ISO-8859-1</quote>
-  is also referred to as <quote>iso8859-1</quote> and <quote>iso88591</quote>.
-  Some applications cannot handle the various synonyms correctly, so it is
-  safest to choose the canonical name for a particular locale. To determine
-  the canonical name, run the following command, where <replaceable>[locale
-  name]</replaceable> is the output given by <command>locale -a</command> for
-  your preferred locale (<quote>en_US.utf8</quote> in our example).</para>
-
-<screen role="nodump"><userinput>LC_ALL=<replaceable>[locale name]</replaceable> locale charmap</userinput></screen>
-
-  <para>For the <quote>en_US.utf8</quote> locale, the above command
-  will print:</para>
-
-<screen><computeroutput>UTF-8</computeroutput></screen>
-
-  <para>This results in a final locale setting of <quote>en_US.UTF-8</quote>.
-  It is important that the locale found using the heuristic above is tested prior
-  to it being added to the Bash startup files:</para>
-
-<screen role="nodump"><userinput>LC_ALL=[locale name] locale country
-LC_ALL=[locale name] locale language
-LC_ALL=[locale name] locale charmap
-LC_ALL=[locale name] locale int_curr_symbol
-LC_ALL=[locale name] locale int_prefix</userinput></screen>
-
-  <para>The above commands should print the language name, the character
-  encoding used by the locale, the local currency, and the prefix to dial
-  before the telephone number in order to get into the country. If any of the
-  commands above fail with a message similar to the one shown below, this means
-  that your locale was either not installed in Chapter 10 or is not supported by
-  the default installation of Glibc.</para>
-
-<screen><computeroutput>locale: Cannot set LC_* to default locale: No such file or directory</computeroutput></screen>
-
-  <para>If this happens, you should either install the desired locale using
-  the <command>localedef</command> command, or consider choosing a different
-  locale. Further instructions assume that there are no such error messages
-  from Glibc.</para>
-
-  <para>Some packages beyond CLFS may also lack support for your chosen locale.
-  One example is the X library (part of the X Window System), which outputs
-  the following error message:</para>
-
-<screen><computeroutput>Warning: locale not supported by Xlib, locale set to C</computeroutput></screen>
-
-  <para>Sometimes it is possible to fix this by removing the charmap part of
-  the locale specification, as long as that does not change the character map
-  that Glibc associates with the locale (this can be checked by running the
-  <command>locale charmap</command> command in both locales). For example,
-  one would have to change "de_DE.ISO-8859-15 at euro" to
-  "de_DE at euro" in order to get this locale recognized by Xlib.</para>
-
-  <para>Other packages can also function incorrectly (but may not necessarily
-  display any error messages) if the locale name does not meet their expectations.
-  In those cases, investigating how other Linux distributions support your locale
-  might provide some useful information.</para>
-
-  <para>Once the proper locale settings have been determined, create the
-  <filename>/etc/profile</filename> file:</para>
-
-<screen><userinput>cat > /etc/profile << "EOF"
-<literal># Begin /etc/profile
-
-export LANG=<replaceable>[ll]</replaceable>_<replaceable>[CC]</replaceable>.<replaceable>[charmap]</replaceable>
-export INPUTRC=/etc/inputrc
-
-# End /etc/profile</literal>
-EOF</userinput></screen>
-
-  <para>Setting the keyboard layout, screen font, and locale-related
-  environment variables are the only internationalization steps needed to
-  support locales that use ordinary single-byte encodings and left-to-right
-  writing direction. UTF-8 has been testing on the English, French, German,
-  Italian, and Spanish locales. All other locales are untested. If you discover
-  issues with any other locale please open a ticket in our trac system.</para>
-
-  <para>Some locales need addtional programs and support. CLFS will not be supporting
-  these locales via the book. We welcome the support for these other locales via the
-  <ulink url="&cblfs-root;"/>.</para>
+  invoked as an interactive login shell. In the next section, a base
+  <filename>/etc/profile</filename> will be created to set up locale
+  information.</para>
 
 </sect1>

Modified: trunk/BOOK/bootscripts/mips-chapter.xml
==============================================================================
--- trunk/BOOK/bootscripts/mips-chapter.xml (original)
+++ trunk/BOOK/bootscripts/mips-chapter.xml Mon Feb  9 04:31:04 2009
@@ -14,11 +14,12 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/usage.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/setclock.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/console.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/inputrc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
 
 </chapter>

Modified: trunk/BOOK/bootscripts/mips64-64-chapter.xml
==============================================================================
--- trunk/BOOK/bootscripts/mips64-64-chapter.xml (original)
+++ trunk/BOOK/bootscripts/mips64-64-chapter.xml Mon Feb  9 04:31:04 2009
@@ -14,11 +14,12 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/usage.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/setclock.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/console.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/inputrc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
 
 </chapter>

Modified: trunk/BOOK/bootscripts/mips64-chapter.xml
==============================================================================
--- trunk/BOOK/bootscripts/mips64-chapter.xml (original)
+++ trunk/BOOK/bootscripts/mips64-chapter.xml Mon Feb  9 04:31:04 2009
@@ -14,11 +14,12 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/usage.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/setclock.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/console.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/inputrc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
 
 </chapter>

Modified: trunk/BOOK/bootscripts/native-chapter.xml
==============================================================================
--- trunk/BOOK/bootscripts/native-chapter.xml (original)
+++ trunk/BOOK/bootscripts/native-chapter.xml Mon Feb  9 04:31:04 2009
@@ -14,11 +14,12 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/usage.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/setclock.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/console.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/inputrc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
 
 </chapter>

Modified: trunk/BOOK/bootscripts/native64-chapter.xml
==============================================================================
--- trunk/BOOK/bootscripts/native64-chapter.xml (original)
+++ trunk/BOOK/bootscripts/native64-chapter.xml Mon Feb  9 04:31:04 2009
@@ -14,11 +14,12 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/usage.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/setclock.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/console.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/inputrc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
 
 </chapter>

Modified: trunk/BOOK/bootscripts/ppc-chapter.xml
==============================================================================
--- trunk/BOOK/bootscripts/ppc-chapter.xml (original)
+++ trunk/BOOK/bootscripts/ppc-chapter.xml Mon Feb  9 04:31:04 2009
@@ -14,11 +14,12 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/usage.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/setclock.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/console.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/inputrc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
 
 </chapter>

Modified: trunk/BOOK/bootscripts/ppc64-chapter.xml
==============================================================================
--- trunk/BOOK/bootscripts/ppc64-chapter.xml (original)
+++ trunk/BOOK/bootscripts/ppc64-chapter.xml Mon Feb  9 04:31:04 2009
@@ -14,11 +14,12 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/usage.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/setclock.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/console.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/inputrc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
 
 </chapter>

Modified: trunk/BOOK/bootscripts/sparc-chapter.xml
==============================================================================
--- trunk/BOOK/bootscripts/sparc-chapter.xml (original)
+++ trunk/BOOK/bootscripts/sparc-chapter.xml Mon Feb  9 04:31:04 2009
@@ -14,11 +14,12 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/usage.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/setclock.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/console.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/inputrc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
 
 </chapter>

Modified: trunk/BOOK/bootscripts/sparc64-64-chapter.xml
==============================================================================
--- trunk/BOOK/bootscripts/sparc64-64-chapter.xml (original)
+++ trunk/BOOK/bootscripts/sparc64-64-chapter.xml Mon Feb  9 04:31:04 2009
@@ -14,11 +14,12 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/usage.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/setclock.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/console.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/inputrc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
 
 </chapter>

Modified: trunk/BOOK/bootscripts/sparc64-chapter.xml
==============================================================================
--- trunk/BOOK/bootscripts/sparc64-chapter.xml (original)
+++ trunk/BOOK/bootscripts/sparc64-chapter.xml Mon Feb  9 04:31:04 2009
@@ -14,11 +14,12 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/usage.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/setclock.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/console.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/inputrc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
 
 </chapter>

Modified: trunk/BOOK/bootscripts/x86-chapter.xml
==============================================================================
--- trunk/BOOK/bootscripts/x86-chapter.xml (original)
+++ trunk/BOOK/bootscripts/x86-chapter.xml Mon Feb  9 04:31:04 2009
@@ -14,11 +14,12 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/usage.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/setclock.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/console.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/inputrc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
 
 </chapter>

Modified: trunk/BOOK/bootscripts/x86_64-64-chapter.xml
==============================================================================
--- trunk/BOOK/bootscripts/x86_64-64-chapter.xml (original)
+++ trunk/BOOK/bootscripts/x86_64-64-chapter.xml Mon Feb  9 04:31:04 2009
@@ -14,11 +14,12 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/usage.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/setclock.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/console.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/inputrc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
 
 </chapter>

Modified: trunk/BOOK/bootscripts/x86_64-chapter.xml
==============================================================================
--- trunk/BOOK/bootscripts/x86_64-chapter.xml (original)
+++ trunk/BOOK/bootscripts/x86_64-chapter.xml Mon Feb  9 04:31:04 2009
@@ -14,11 +14,12 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/usage.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/setclock.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/console.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/inputrc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/profile.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/symlinks.xml"/>
 
 </chapter>

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Mon Feb  9 04:31:04 2009
@@ -35,6 +35,16 @@
       </itemizedlist>
     </listitem>
 -->
+
+    <listitem>
+      <para>February 8, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Reordered pages in the bootscript section so they
+          make more sense, and split the Bash Shell files page into 2 pages.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>February 7, 2009</para>




More information about the Clfs-commits mailing list