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