mirror of
https://github.com/LCTT/LFS-BOOK-7.7-systemd.git
synced 2026-01-14 00:49:09 +00:00
93 lines
3.2 KiB
HTML
93 lines
3.2 KiB
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=utf-8" />
|
||
<title>
|
||
8.1. 简介
|
||
</title>
|
||
<link rel="stylesheet" type="text/css" href="../stylesheets/lfs.css" />
|
||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1" />
|
||
<link rel="stylesheet" href="../stylesheets/lfs-print.css" type="text/css"
|
||
media="print" />
|
||
</head>
|
||
<body class="lfs" id="lfs-7.7-systemd">
|
||
<div class="navheader">
|
||
<h4>
|
||
Linux From Scratch - Version 7.7-systemd
|
||
</h4>
|
||
<h3>
|
||
第八章 让 LFS 系统可引导
|
||
</h3>
|
||
<ul>
|
||
<li class="prev">
|
||
<a accesskey="p" href="chapter08.html" title=
|
||
"Making the LFS System Bootable">上一页</a>
|
||
<p>
|
||
让 LFS 系统可引导
|
||
</p>
|
||
</li>
|
||
<li class="next">
|
||
<a accesskey="n" href="fstab.html" title=
|
||
"Creating the /etc/fstab File">下一页</a>
|
||
<p>
|
||
创建 /etc/fstab 文件
|
||
</p>
|
||
</li>
|
||
<li class="up">
|
||
<a accesskey="u" href="chapter08.html" title=
|
||
"第八章 让 LFS 系统可引导">返回</a>
|
||
</li>
|
||
<li class="home">
|
||
<a accesskey="h" href="../index.html" title=
|
||
"Linux From Scratch - Version 7.7-systemd">主页</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div class="sect1" lang="en" xml:lang="en">
|
||
<h1 class="sect1">
|
||
<a id="ch-bootable-introduction" name=
|
||
"ch-bootable-introduction"></a>8.1. 简介
|
||
</h1>
|
||
<p>
|
||
是时候该让 LFS 系统可以启动了。本章节将讨论以下内容:建立 <code class="filename">fstab</code> 文件、建立全新 LFS 系统的内核、安装 GRUB 引导器。如此,LFS 就可以在电脑启动的时候选择它引导了。
|
||
</p>
|
||
</div>
|
||
<div class="navfooter">
|
||
<div class="book">
|
||
<div class="titlepage">
|
||
<div class="author">
|
||
<span class="firstname">翻译团队:<a href="http://lctt.github.io/" target="_blank">LCTT</a></span>
|
||
<span class="surname">译者/校对:<a href="http://github.com/dongfengweixiao" target="_blank">dongfengweixiao</a>,<a href="http://github.com/wxy" target="_blank">wxy</a></span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<ul>
|
||
<li class="prev">
|
||
<a accesskey="p" href="chapter08.html" title=
|
||
"让 LFS 系统可引导">上一页</a>
|
||
<p>
|
||
让 LFS 系统可引导
|
||
</p>
|
||
</li>
|
||
<li class="next">
|
||
<a accesskey="n" href="fstab.html" title=
|
||
"创建 /etc/fstab 文件">下一页</a>
|
||
<p>
|
||
创建 /etc/fstab 文件
|
||
</p>
|
||
</li>
|
||
<li class="up">
|
||
<a accesskey="u" href="chapter08.html" title=
|
||
"第八章 让 LFS 系统可引导">返回</a>
|
||
</li>
|
||
<li class="home">
|
||
<a accesskey="h" href="../index.html" title=
|
||
"Linux From Scratch - Version 7.7-systemd">主页</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</body>
|
||
</html>
|