1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
- "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
- <!ENTITY % general-entities SYSTEM "../general.ent">
- %general-entities;
- ]>
- <sect1 id="pre-organization">
- <?dbhtml filename="organization.html"?>
- <title>本书结构</title>
- <!--para>This book is divided into the following parts.</para-->
- <para>本书被分为以下三个部分。</para>
- <sect2>
- <title>第一部分 - 引言</title>
- <!--para>Part I explains a few important notes on how to proceed with the
- LFS installation. This section also provides meta-information about
- the book.</para-->
- <para>第一部分解释了一些安装 LFS 时的重要注意事项。同时,提供了本书的基本信息。
- </para>
- </sect2>
- <sect2>
- <title>第二部分 - 准备工作</title>
- <!--para>Part II describes how to prepare for the building process—making
- a partition, downloading the packages, and compiling temporary
- tools.</para-->
- <para>第二部分描述了如何进行构建的准备工作,包括分区、下载软件包、
- 编译临时工具链等。</para>
- </sect2>
- <sect2>
- <title>第三部分 - 构建 LFS 系统</title>
- <!--para>Part III guides the reader through the building of the LFS
- system—compiling and installing all the packages one by one,
- setting up the boot scripts, and installing the kernel. The resulting
- Linux system is the foundation on which other software can be built to
- expand the system as desired. At the end of this book, there is an
- easy to use reference listing all of the programs, libraries, and
- important files that have been installed.</para-->
- <para>第三部分引导用户完成构建 LFS 系统的整个过程,
- 包括逐个编译和安装所有的软件包,设置启动脚本,以及安装内核。
- 得到的 Linux 系统是一个基本系统,在它之上可以继续编译其他软件,
- 以扩展系统,更好地满足用户需求。在本书的最后,给出了一个便于使用的引用列表,
- 包括本书中安装的所有软件、库和其他重要文件。</para>
- </sect2>
- </sect1>
|