Moved chap2 to part2 and a slight rewording.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6860 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Archaic 2005-09-16 03:38:48 +00:00
parent 32288165dd
commit df42a9a98e
2 changed files with 4 additions and 4 deletions

View File

@ -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 <para>This effort to isolate the new system from the host distribution may seem
from the host distribution, a full technical explanation is provided at the excessive, but a full technical explanation is provided at the beginning of
beginning of <xref linkend="chapter-temporary-tools"/>.</para> <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

View File

@ -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"/>