organization.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8"?>
  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>本书结构</title>
  10. <!--para>This book is divided into the following parts.</para-->
  11. <para>本书被分为以下三个部分。</para>
  12. <sect2>
  13. <title>第一部分 - 引言</title>
  14. <!--para>Part I explains a few important notes on how to proceed with the
  15. LFS installation. This section also provides meta-information about
  16. the book.</para-->
  17. <para>第一部分解释了一些安装 LFS 时的重要注意事项。同时,提供了本书的基本信息。
  18. </para>
  19. </sect2>
  20. <sect2>
  21. <title>第二部分 - 准备工作</title>
  22. <!--para>Part II describes how to prepare for the building process&mdash;making
  23. a partition, downloading the packages, and compiling temporary
  24. tools.</para-->
  25. <para>第二部分描述了如何进行构建的准备工作,包括分区、下载软件包、
  26. 编译临时工具链等。</para>
  27. </sect2>
  28. <sect2>
  29. <title>第三部分 - 构建 LFS 系统</title>
  30. <!--para>Part III 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. <para>第三部分引导用户完成构建 LFS 系统的整个过程,
  38. 包括逐个编译和安装所有的软件包,设置启动脚本,以及安装内核。
  39. 得到的 Linux 系统是一个基本系统,在它之上可以继续编译其他软件,
  40. 以扩展系统,更好地满足用户需求。在本书的最后,给出了一个便于使用的引用列表,
  41. 包括本书中安装的所有软件、库和其他重要文件。</para>
  42. </sect2>
  43. </sect1>