introduction.xml 898 B

12345678910111213141516171819202122
  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="ch-bootable-introduction">
  8. <?dbhtml filename="introduction.html"?>
  9. <title>概述</title>
  10. <!--para>It is time to make the LFS system bootable. This chapter
  11. discusses creating an <filename>fstab</filename> file, building a
  12. kernel for the new LFS system, and installing the GRUB boot loader so
  13. that the LFS system can be selected for booting at startup.</para-->
  14. <para>现在应该配置 LFS 系统,使其可以引导了。
  15. 本章讨论创建 <filename>fstab</filename> 文件、
  16. 为新的 LFS 系统构建内核,以及安装 GRUB 引导加载器,
  17. 使得系统引导时可以选择进入 LFS 系统。</para>
  18. </sect1>