source: prologue/organization.xml@ 530d929

multilib-10.1
Last change on this file since 530d929 was 1fa2099, checked in by Thomas Trepl <thomas@…>, 5 years ago

Initial creation of multilib branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11565 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.