organization.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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 System</title>
  25. <para>Part III guides the reader through the building of the LFS
  26. system&mdash;compiling and installing all the packages one by one,
  27. setting up the boot scripts, and installing the kernel. The resulting
  28. Linux system is the foundation on which other software can be built to
  29. expand the system as desired. At the end of this book, there is an
  30. easy to use reference listing all of the programs, libraries, and
  31. important files that have been installed.</para>
  32. </sect2>
  33. </sect1>