Update to systemd-231
[linux_from_scratch.git] / BOOK / prologue / organization.xml
blob4be1ef81c662da69aa588a39471ce67a5f422cfa
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4   <!ENTITY % general-entities SYSTEM "../general.ent">
5   %general-entities;
6 ]>
8 <sect1 id="pre-organization">
9   <?dbhtml filename="organization.html"?>
11   <title>Structure</title>
13   <para>This book is divided into the following parts.</para>
15   <sect2>
16     <title>Part I - Introduction</title>
18     <para>Part I explains a few important notes on how to proceed with the
19     LFS installation.  This section also provides meta-information about
20     the book.</para>
21   </sect2>
23   <sect2>
24     <title>Part II - Preparing for the Build</title>
26     <para>Part II describes how to prepare for the building process&mdash;making
27     a partition, downloading the packages, and compiling temporary
28     tools.</para>
29   </sect2>
31   <sect2>
32     <title>Part III - Building the LFS System</title>
34     <para>Part III guides the reader through the building of the LFS
35     system&mdash;compiling and installing all the packages one by one,
36     setting up the boot scripts, and installing the kernel. The resulting
37     Linux system is the foundation on which other software can be built to
38     expand the system as desired. At the end of this book, there is an
39     easy to use reference listing all of the programs, libraries, and
40     important files that have been installed.</para>
41   </sect2>
43 </sect1>