Tagging 1.99.1
[linux_from_scratch.git] / BOOK / preface / organization.xml
blob33fd4002cdee7e902b34b1475694dc7ea970b466
1 <sect1 id="pre-organization">
2 <title>Structure</title>
3 <?dbhtml filename="organization.html" dir="preface"?>
5 <para>This book is divided into the following four parts:</para>
7 <sect2>
8 <title>Part I - Introduction</title>
10 <para>Part I explains a few important things on how to proceed with the
11 installation, and gives meta information about the book (version, changelog,
12 acknowledgments, associated mailing lists, and so on).</para>
13 </sect2>
15 <sect2>
16 <title>Part II - Preparing for the build</title>
18 <para>Part II describes how to prepare for the building process: making a
19 partition, downloading the packages, and compiling temporary tools.</para>
20 </sect2>
22 <sect2>
23 <title>Part III - Building the LFS system</title>
25 <para>Part III guides you through the building of the LFS system: compiling
26 and installing all the packages one by one, setting up the boot scripts, and
27 installing the kernel. The resulting basic Linux system is the foundation
28 upon which you can build other software, to extend your system in the way
29 you like.</para>
30 </sect2>
32 <sect2>
33 <title>Part IV - Appendices</title>
35 <para>Part IV consists of two appendices. The first is an alphabetical list of
36 all the installed packages, and the second an alphabetical list of all the
37 installed programs and libraries, mentioning which package installed it.</para>
38 </sect2>
40 </sect1>