⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 chapter08.html

📁 Linux From Scratch的中文指导,学习LINUX很有用
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=gb2312" />
    <title>
      Chapter&nbsp;8.&nbsp;引导 LFS 系统
    </title>
    <link rel="stylesheet" href="../stylesheets/lfs.css" type="text/css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.68.1" />
    <link rel="stylesheet" href="../stylesheets/lfs-print.css" type="text/css" media="print" />
  </head>
  <body id="lfs" class="6.1">
    <div class="navheader">
      <div class="headertitles">
        <h4>
          Linux From Scratch - Version 6.1
        </h4>
        <h3>
          Part&nbsp;III.&nbsp;构建 LFS 系统
        </h3>
      </div>
      <ul class="headerlinks">
        <li class="prev">
          <a accesskey="p" href="../chapter07/network.html" title="Configuring the network Script">后退</a>
          <p>
            Configuring the network Script
          </p>
        </li>
        <li class="next">
          <a accesskey="n" href="fstab.html" title="Creating the /etc/fstab File">前进</a>
          <p>
            Creating the /etc/fstab File
          </p>
        </li>
        <li class="up">
          <a accesskey="u" href="../part3.html" title="Part&nbsp;III.&nbsp;构建 LFS 系统">上一级</a>.
        </li>
        <li class="home">
          <a accesskey="h" href="../index.html" title="Linux From Scratch - Version 6.1">回首页</a>
        </li>
      </ul>
    </div>
    <div class="chapter" lang="zh_cn" xml:lang="zh_cn">
      <div class="titlepage">
        <h1 class="chapter">
          8. 引导 LFS 系统</h1>
      </div>
      <div class="sect1" lang="zh_cn" xml:lang="zh_cn">
        <div class="titlepage">
          <a id="ch-bootable-introduction" name="ch-bootable-introduction"></a>
          <h2 class="sect1">
            8.1. 简介          </h2>
        </div>
        <p>
          到了让 LFS 可以启动的时候了,本章讨论创建 <tt class="filename">fstab</tt> 文件,为新的 LFS 系统编译一个内核,并安装 Grub 引导程序,这样在开机的时候就可以选择启动到 LFS 系统了。</p>
      </div>
    </div>
    <div class="navfooter">
      <ul>
        <li class="prev">
          <a accesskey="p" href="../chapter07/network.html" title="Configuring the network Script">后退</a>
          <p>
            Configuring the network Script
          </p>
        </li>
        <li class="next">
          <a accesskey="n" href="fstab.html" title="Creating the /etc/fstab File">前进</a>
          <p>
            Creating the /etc/fstab File
          </p>
        </li>
        <li class="up">
          <a accesskey="u" href="../part3.html" title="Part&nbsp;III.&nbsp;构建 LFS 系统">上一级</a>.
        </li>
        <li class="home">
          <a accesskey="h" href="../index.html" title="Linux From Scratch - Version 6.1">回首页</a>.
        </li>
      </ul>
    </div>
  </body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -