source: prologue/organization.xml@ b875e19

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since b875e19 was b06ca36, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Updated book sources to use DocBook-XML DTD 4.5

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7970 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.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 System</title>
33
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>
42
43</sect1>
Note: See TracBrowser for help on using the repository browser.