introduction.xml 1.3 KB

12345678910111213141516171819202122232425262728
  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="prepare-introduction">
  8. <?dbhtml filename="introduction.html"?>
  9. <title>概述</title>
  10. <!--para>In this chapter, we will perform a few additional tasks to prepare
  11. for building the temporary system. We will create a directory in
  12. <filename class="directory">$LFS</filename> for the installation of the
  13. temporary tools, add an unprivileged user to reduce risk,
  14. and create an appropriate build environment for that user. We will also
  15. explain the unit of time we use to measure how long LFS packages take to
  16. build, or <quote>SBUs</quote>, and give some information about package
  17. test suites.</para-->
  18. <para>在本章中,我们将为构建临时系统进行一些额外的准备工作。
  19. 我们将在 <filename class="directory">$LFS</filename>
  20. 中创建一个用于安装临时工具的目录,增加一个非特权用户以降低风险,
  21. 并为该用户建立合适的构建环境。
  22. 我们还将解释 LFS 软件包构建时间长度的测量单位,即 <quote>SBU</quote>
  23. 的概念,并给出关于软件包测试套件的一些信息。</para>
  24. </sect1>