aboutsummaryrefslogtreecommitdiffstats
path: root/prologue/organization.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2004-05-03 10:33:11 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2004-05-03 10:33:11 +0000
commit287ea55da70ceb1f0990554b7db921d525fef816 (patch)
tree5aff1bbd2cbdc38ec513f0e1ef1a2f456cfe49e9 /prologue/organization.xml
parentcaa08b6106748fa290447d8183adbe6094eed07d (diff)
* Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3434 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue/organization.xml')
-rw-r--r--prologue/organization.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/prologue/organization.xml b/prologue/organization.xml
new file mode 100644
index 000000000..d88f4938d
--- /dev/null
+++ b/prologue/organization.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../general.ent">
+ %general-entities;
+]>
+<sect1 id="pre-organization">
+<title>Structure</title>
+<?dbhtml filename="organization.html"?>
+
+<para>This book is divided into the following four parts:</para>
+
+<sect2>
+<title>Part I - Introduction</title>
+
+<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>
+
+<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>
+
+<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.
+At the end of the book you'll find a list of all of the programs, libraries and
+important files that have been installed as an easy to use reference.</para>
+</sect2>
+
+</sect1>