organization.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. <sect1 id="pre-organization">
  8. <?dbhtml filename="organization.html"?>
  9. <title>Structure</title>
  10. <para>This book is divided into the following parts.</para>
  11. <sect2>
  12. <title>Part I - Introduction</title>
  13. <para>Part I explains a few important notes on how to proceed with the
  14. LFS installation. This section also provides meta-information about
  15. the book.</para>
  16. </sect2>
  17. <sect2>
  18. <title>Part II - Preparing for the Build</title>
  19. <para>Part II describes how to prepare for the building process&mdash;making
  20. a partition, downloading the packages, and compiling temporary
  21. tools.</para>
  22. </sect2>
  23. <sect2>
  24. <title>Part III - Building the LFS Cross Toolchain and Temporary Tools</title>
  25. <para>Part III provides instructions for building the tools
  26. needed for constructing the final LFS system.</para>
  27. </sect2>
  28. <sect2>
  29. <title>Part IV - Building the LFS System</title>
  30. <para>Part IV guides the reader through the building of the LFS
  31. system&mdash;compiling and installing all the packages one by one,
  32. setting up the boot scripts, and installing the kernel. The resulting
  33. Linux system is the foundation on which other software can be built to
  34. expand the system as desired. At the end of this book, there is an
  35. easy to use reference listing all of the programs, libraries, and
  36. important files that have been installed.</para>
  37. </sect2>
  38. <sect2>
  39. <title>Part V - Appendices</title>
  40. <para>Part V provides information about the book itself including
  41. acronyms and terms, acknowledgments, package dependencies,
  42. a listing of LFS boot scripts, licenses for the distribution of the
  43. book, and a comprehensive index of packages, programs, libraries,
  44. and scripts.</para>
  45. </sect2>
  46. </sect1>