source: prologue/organization.xml@ 78ae180

6.0
Last change on this file since 78ae180 was ee45b2ee, checked in by Gerard Beekmans <gerard@…>, 20 years ago

Completed global edits for upcoming 6.0 release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4004 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<sect1 id="pre-organization">
7<title>Structure</title>
8<?dbhtml filename="organization.html"?>
9
10<para>This book is divided into the following parts:</para>
11
12<sect2>
13<title>Part I - Introduction</title>
14
15<para>Part I explains a few important notes on how to proceed with the
16LFS installation. This section also provides meta-information about
17the book (version, changelog, acknowledgments, associated mailing
18lists, etc.).</para>
19</sect2>
20
21<sect2>
22<title>Part II - Preparing for the build</title>
23
24<para>Part II describes how to prepare for the building process?making
25a partition, downloading the packages, and compiling temporary
26tools.</para>
27</sect2>
28
29<sect2>
30<title>Part III - Building the LFS system</title>
31
32<para>Part III guides the reader through the building of the LFS
33system -- compiling and installing all the packages one by one,
34setting up the boot scripts, and installing the kernel. The resulting
35Linux system is the foundation on which other software can be built to
36extend the system as desired. At the end of this book, there is an
37easy to use reference listing all of the programs, libraries, and
38important files that have been installed.</para>
39</sect2>
40
41</sect1>
Note: See TracBrowser for help on using the repository browser.