source: prologue/organization.xml

trunk
Last change on this file was 7152faa, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml files to utf-8 encoding

  • Property mode set to 100644
File size: 2.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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]>
7
8<sect1 id="pre-organization">
9 <?dbhtml filename="organization.html"?>
10
11 <title>Structure</title>
12
13 <para>This book is divided into the following parts.</para>
14
15 <sect2>
16 <title>Part I - Introduction</title>
17
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>
22
23 <sect2>
24 <title>Part II - Preparing for the Build</title>
25
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>
30
31 <sect2>
32 <title>Part III - Building the LFS Cross Toolchain and Temporary Tools</title>
33
34 <para>Part III provides instructions for building the tools
35 needed for constructing the final LFS system.</para>
36 </sect2>
37
38 <sect2>
39 <title>Part IV - Building the LFS System</title>
40
41 <para>Part IV guides the reader through the building of the LFS
42 system&mdash;compiling and installing all the packages one by one,
43 setting up the boot scripts, and installing the kernel. The resulting
44 Linux system is the foundation on which other software can be built to
45 expand the system as desired. At the end of this book, there is an
46 easy to use reference listing all of the programs, libraries, and
47 important files that have been installed.</para>
48 </sect2>
49
50 <sect2>
51 <title>Part V - Appendices</title>
52
53 <para>Part V provides information about the book itself including
54 acronyms and terms, acknowledgments, package dependencies,
55 a listing of LFS boot scripts, licenses for the distribution of the
56 book, and a comprehensive index of packages, programs, libraries,
57 and scripts.</para>
58 </sect2>
59
60</sect1>
Note: See TracBrowser for help on using the repository browser.