浏览代码

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 年之前
父节点
当前提交
df42a9a98e
共有 2 个文件被更改,包括 4 次插入4 次删除
  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.
 </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
 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>
 <?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="chapter02/chapter02.xml"/>
 </part>
 
 <part id="part2">
 <title>Preparing for the Build</title>
 <?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="chapter04/chapter04.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter05/chapter05.xml"/>