diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-16 11:56:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-16 11:56:28 +0000 |
commit | 675606bde2ba53946537b42a5aa576692a311621 (patch) | |
tree | af20c20ce3841c16b24d0b9903af6878a4a0f5a6 /prologue/organization.xml | |
parent | 560065f976e371779928dbf8b9428217f3f57331 (diff) | |
parent | 1cd59612d00603c9ce773ad821a15d20bc4fa0b7 (diff) |
Split Chapter 5 into three separate chapters.
Implement a new method of cross-building the LFS tool chain
and other tools to simplify the method of isolating the
new system from the original host. This will be the start of
LFS-10.0.
Move old trunk/BOOK to branches/old-trunk.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11946 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue/organization.xml')
-rw-r--r-- | prologue/organization.xml | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/prologue/organization.xml b/prologue/organization.xml index 4be1ef81c..c2c82b63c 100644 --- a/prologue/organization.xml +++ b/prologue/organization.xml @@ -29,9 +29,16 @@ </sect2> <sect2> - <title>Part III - Building the LFS System</title> + <title>Part III - Building the LFS Cross Toolchain and Temporary Tools</title> - <para>Part III guides the reader through the building of the LFS + <para>Part III provides instructions for building the tools + needed for constructing the final LFS system.</para> + </sect2> + + <sect2> + <title>Part IV - Building the LFS System</title> + + <para>Part IV guides the reader through the building of the LFS system—compiling and installing all the packages one by one, setting up the boot scripts, and installing the kernel. The resulting Linux system is the foundation on which other software can be built to @@ -40,4 +47,14 @@ important files that have been installed.</para> </sect2> + <sect2> + <title>Part V - Appendices</title> + + <para>Part V provides information about the book itself including + acronyms and terms, acknowledgments, package dependencies, + a listing of LFS boot scripts, licenses for the distribution of the + book, and a comprehensive index of packages, programs, libraries, + and scripts.</para> + </sect2> + </sect1> |