Browse Source

Moved chap2 to part2 and a slight rewording.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6860 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Archaic 20 years ago
parent
commit
df42a9a98e
2 changed files with 4 additions and 4 deletions
  1. 3 3
      chapter01/how.xml
  2. 1 1
      index.xml

+ 3 - 3
chapter01/how.xml

@@ -54,9 +54,9 @@ pass toolchain. When this is done, the LFS installation process will no longer
 depend on the host distribution, with the exception of the running kernel.
 depend on the host distribution, with the exception of the running kernel.
 </para>
 </para>
 
 
-<para>While this may initially seem like a lot of work to isolate the new system
-from the host distribution, a full technical explanation is provided at the
-beginning of <xref linkend="chapter-temporary-tools"/>.</para>
+<para>This effort to isolate the new system from the host distribution may seem
+excessive, but a full technical explanation is provided at the beginning of
+<xref linkend="chapter-temporary-tools"/>.</para>
 
 
 <para>In <xref linkend="chapter-building-system"/>, the full LFS system is
 <para>In <xref linkend="chapter-building-system"/>, the full LFS system is
 built. The <command>chroot</command> (change root) program is used to enter a virtual
 built. The <command>chroot</command> (change root) program is used to enter a virtual

+ 1 - 1
index.xml

@@ -15,12 +15,12 @@
 <title>Introduction</title>
 <title>Introduction</title>
 <?dbhtml filename="part1.html"?>
 <?dbhtml filename="part1.html"?>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter01/chapter01.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter01/chapter01.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter02/chapter02.xml"/>
 </part>
 </part>
 
 
 <part id="part2">
 <part id="part2">
 <title>Preparing for the Build</title>
 <title>Preparing for the Build</title>
 <?dbhtml filename="part2.html"?>
 <?dbhtml filename="part2.html"?>
+<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter02/chapter02.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter03/chapter03.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter03/chapter03.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter04/chapter04.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter04/chapter04.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter05/chapter05.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter05/chapter05.xml"/>