organization.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="pre-organization">
  7. <title>Structure</title>
  8. <?dbhtml filename="organization.html"?>
  9. <para>This book is divided into the following parts.</para>
  10. <sect2>
  11. <title>Part I - Introduction</title>
  12. <para>Part I explains a few important notes on how to proceed with the
  13. LFS installation. This section also provides meta-information about
  14. the book.</para>
  15. </sect2>
  16. <sect2>
  17. <title>Part II - Preparing for the Build</title>
  18. <para>Part II describes how to prepare for the building process&mdash;making
  19. a partition, downloading the packages, and compiling temporary
  20. tools.</para>
  21. </sect2>
  22. <sect2>
  23. <title>Part III - Building the LFS System</title>
  24. <para>Part III guides the reader through the building of the LFS
  25. system&mdash;compiling and installing all the packages one by one,
  26. setting up the boot scripts, and installing the kernel. The resulting
  27. Linux system is the foundation on which other software can be built to
  28. expand the system as desired. At the end of this book, there is an
  29. easy to use reference listing all of the programs, libraries, and
  30. important files that have been installed.</para>
  31. </sect2>
  32. </sect1>