organization.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <sect1 id="pre-organization">
  2. <title>Structure</title>
  3. <?dbhtml filename="organization.html" dir="preface"?>
  4. <para>This book is divided into the following four parts:</para>
  5. <itemizedlist>
  6. <listitem>
  7. <para>Part I explains in some detail how the LFS system is built, lists the
  8. changes made to the book since the last version, and gives hints on how to
  9. find help in case you run into trouble.</para>
  10. </listitem>
  11. <listitem>
  12. <para>Part II describes how to prepare for the building process: making a
  13. partition, downloading the packages, setting up a good working environment,
  14. and compiling temporary tools.</para>
  15. </listitem>
  16. <listitem>
  17. <para>Part III guides you through the building of the LFS system: compiling
  18. and installing all the packages one by one, setting up the boot scripts, and
  19. installing the kernel. The resulting basic Linux system is the foundation
  20. upon which you can build other software, to extend your system in the way
  21. you like.</para>
  22. </listitem>
  23. <listitem>
  24. <para>Part IV consists of two appendices. The first is an alphabetical list of
  25. all the installed packages, and the second an alphabetical list of all the
  26. installed programs and libraries, mentioning which package installed it.</para>
  27. </listitem>
  28. </itemizedlist>
  29. </sect1>