diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-03-07 12:09:31 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-03-07 12:09:31 +0000 |
commit | c6b5ddb7a6bd11d84c183cd3c3fd3c507f797978 (patch) | |
tree | 88acb063b0dc886b61397b207a3876660326aa1b /preface | |
parent | 4f4b4e84a2efa25e30cf50136bdfb014e1c23163 (diff) |
Shifting chapter contents, and moving preparational sections of chapter 5 to a separate chapter.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3284 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'preface')
-rw-r--r-- | preface/organization.xml | 35 |
1 files changed, 16 insertions, 19 deletions
diff --git a/preface/organization.xml b/preface/organization.xml index 33fd4002c..474f33773 100644 --- a/preface/organization.xml +++ b/preface/organization.xml @@ -4,37 +4,34 @@ <para>This book is divided into the following four parts:</para> -<sect2> -<title>Part I - Introduction</title> +<itemizedlist> -<para>Part I explains a few important things on how to proceed with the -installation, and gives meta information about the book (version, changelog, -acknowledgments, associated mailing lists, and so on).</para> -</sect2> - -<sect2> -<title>Part II - Preparing for the build</title> +<listitem> +<para>Part I explains in some detail how the LFS system is built, lists the +changes made to the book since the last version, and gives hints on how to +find help in case you run into trouble.</para> +</listitem> +<listitem> <para>Part II describes how to prepare for the building process: making a -partition, downloading the packages, and compiling temporary tools.</para> -</sect2> - -<sect2> -<title>Part III - Building the LFS system</title> +partition, downloading the packages, setting up a good working environment, +and compiling temporary tools.</para> +</listitem> +<listitem> <para>Part III guides you 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 basic Linux system is the foundation upon which you can build other software, to extend your system in the way you like.</para> -</sect2> - -<sect2> -<title>Part IV - Appendices</title> +</listitem> +<listitem> <para>Part IV consists of two appendices. The first is an alphabetical list of all the installed packages, and the second an alphabetical list of all the installed programs and libraries, mentioning which package installed it.</para> -</sect2> +</listitem> + +</itemizedlist> </sect1> |