source: prologue/common/organization.xml@ 8abe4a82

Last change on this file since 8abe4a82 was da46a40, checked in by Jim Gifford <clfs@…>, 19 years ago

r883@server (orig r881): jim | 2005-12-10 01:34:48 -0800

r1037@server: jim | 2005-12-10 01:23:24 -0800
Updated text. Thanx Chris Staub


  • Property mode set to 100644
File size: 2.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7<sect1 id="pre-organization">
8 <?dbhtml filename="organization.html"?>
9
10 <title>Structure</title>
11
12 <para>This book is divided into the following parts.</para>
13
14 <sect2>
15 <title>Part I - Introduction</title>
16
17 <para>Part I explains a few important notes on how to proceed with the
18 Cross-LFS installation. This section also provides meta-information about
19 the book.</para>
20
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
27 process&mdash;making a partition and downloading the packages.</para>
28
29 </sect2>
30
31 <sect2>
32 <title>Part III - Make the Cross-Compile Tools</title>
33
34 <para>Part III shows you how to make a set of Cross-Compiler
35 tools. These tools allow you make a set of tools
36 that will run on your host system, but will allow
37 you to cross-build packages for your target system.</para>
38
39 </sect2>
40
41 <sect2>
42 <title>Part IV - Building the Basic Tools</title>
43
44 <para>Part IV explains how to building a tool chain built for
45 to operate on your target system. These are the tools
46 that will allow you to build a working system on your
47 target host.</para>
48
49 </sect2>
50
51 <sect2>
52 <title>Part V - Building the LFS System</title>
53
54 <para>Part V guides the reader through the building of the LFS
55 system&mdash;compiling and installing all the packages one by one,
56 setting up the boot scripts, and installing the kernel. The resulting
57 Linux system is the foundation on which other software can be built to
58 expand the system as desired. At the end of this book, there is an
59 easy to use reference listing all of the programs, libraries, and
60 important files that have been installed.</para>
61
62 </sect2>
63
64 <sect2>
65 <title>Appendices</title>
66
67 <para>TEXT NEEDED.</para>
68
69 </sect2>
70
71</sect1>
Note: See TracBrowser for help on using the repository browser.