source: clfs-embedded/BOOK/prologue/common/organization.xml@ 0a9c489

Last change on this file since 0a9c489 was 8df0e62, checked in by Andrew Bradford <andrew@…>, 11 years ago

organization: Match actual appendicies

Due to recent changes removing some appendix.

  • Property mode set to 100644
File size: 2.0 KB
RevLine 
[a9e389d]1<?xml version="1.0" encoding="ISO-8859-1"?>
[bd48e48]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[a9e389d]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
[f54e1f9]27 process including downloading the packages.</para>
[a9e389d]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
[f54e1f9]35 tools. These tools can run on your host system but allow you to
36 build packages that will run on your target system.</para>
[a9e389d]37
38 </sect2>
39
40 <sect2>
[f54e1f9]41 <title>Part IV - Building the CLFS System</title>
[a9e389d]42
[f54e1f9]43 <para>Part IV shows you how to build the core CLFS system. Compiling
44 and installing Buxybox and other required packages, making the system
45 bootable, setting up the bootscripts, and installing a bootloader.</para>
[a9e389d]46
47 </sect2>
48
49 <sect2>
[f54e1f9]50 <title>Part V - Beyond CLFS Embedded</title>
[a9e389d]51
[f54e1f9]52 <para>Part V provides instructions on optional packages that can be
53 installed to enhance your CLFS system.</para>
[a9e389d]54
55 </sect2>
56
57 <sect2>
58 <title>Appendices</title>
59
60 <para>The appendices contain information that doesn't really fit anywhere
61 else in the book. Appendix A contains definitions of acronyms and
[8df0e62]62 terms used in the book; Appendix B and C have information about package
63 dependencies and the the build order; Appendix D provides the Open
64 Publication License.</para>
[a9e389d]65
66 </sect2>
67
68</sect1>
Note: See TracBrowser for help on using the repository browser.