[3f8be484] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[aa18ac0] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[3f8be484] | 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
|
---|
[feaf98b] | 18 | Cross-LFS installation. This section also provides meta-information about
|
---|
[3f8be484] | 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—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 |
|
---|
[54b9e90] | 34 | <para>Part III shows you how to make a set of Cross-Compiler
|
---|
[35c749e] | 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>
|
---|
[3f8be484] | 37 |
|
---|
| 38 | </sect2>
|
---|
| 39 |
|
---|
| 40 | <sect2>
|
---|
| 41 | <title>Part IV - Building the Basic Tools</title>
|
---|
| 42 |
|
---|
[35c749e] | 43 | <para>Part IV explains how to build a tool chain designed
|
---|
[54b9e90] | 44 | to operate on your target system. These are the tools
|
---|
| 45 | that will allow you to build a working system on your
|
---|
[35c749e] | 46 | target computer.</para>
|
---|
[3f8be484] | 47 |
|
---|
| 48 | </sect2>
|
---|
| 49 |
|
---|
| 50 | <sect2>
|
---|
[576a66b] | 51 | <title>Part V - Building the CLFS System</title>
|
---|
[3f8be484] | 52 |
|
---|
[576a66b] | 53 | <para>Part V guides the reader through the building of the CLFS
|
---|
[3f8be484] | 54 | system—compiling and installing all the packages one by one,
|
---|
| 55 | setting up the boot scripts, and installing the kernel. The resulting
|
---|
| 56 | Linux system is the foundation on which other software can be built to
|
---|
| 57 | expand the system as desired. At the end of this book, there is an
|
---|
| 58 | easy to use reference listing all of the programs, libraries, and
|
---|
| 59 | important files that have been installed.</para>
|
---|
| 60 |
|
---|
| 61 | </sect2>
|
---|
| 62 |
|
---|
| 63 | <sect2>
|
---|
| 64 | <title>Appendices</title>
|
---|
| 65 |
|
---|
[3a86839] | 66 | <para>The appendices contain information that doesn't really fit anywhere
|
---|
| 67 | else in the book. Appendix A contains definitions of acronyms and
|
---|
| 68 | terms used in the book; Appendix B gives acknowledgments to people
|
---|
| 69 | who have helped work on the CLFS project and website; Appendix C and
|
---|
| 70 | D have information about package dependencies and the the build
|
---|
| 71 | order. Some architectures may have additional appendices for
|
---|
[bc610664] | 72 | arch-specific issues.</para>
|
---|
[3f8be484] | 73 |
|
---|
| 74 | </sect2>
|
---|
| 75 |
|
---|
| 76 | </sect1>
|
---|