📄 chapter.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=iso-8859-1" /> <title> Chapter 7. If You Are Going to Boot </title> <link rel="stylesheet" href="../stylesheets/lfs.css" type="text/css" /> <meta name="generator" content="DocBook XSL Stylesheets V1.69.1" /> <link rel="stylesheet" href="../stylesheets/lfs-print.css" type= "text/css" media="print" /> </head> <body id="lfs" class="CLFS-SVN-20060417-MIPS"> <div class="navheader"> <div class="headertitles"> <h4> Cross-Compiled Linux From Scratch - Version CLFS-SVN-20060417-MIPS </h4> <h3> Part IV. Building the Basic Tools </h3> </div> <ul class="headerlinks"> <li class="prev"> <a accesskey="p" href="../temp-system/choose.html" title= "To Boot or to Chroot?">Prev</a> <p> To Boot or to Chroot? </p> </li> <li class="next"> <a accesskey="n" href="bootloaders.html" title= "Bootloaders">Next</a> <p> Bootloaders </p> </li> <li class="up"> <a accesskey="u" href="../part4.html" title= "Part IV. Building the Basic Tools">Up</a>. </li> <li class="home"> <a accesskey="h" href="../index.html" title= "Cross-Compiled Linux From Scratch - Version CLFS-SVN-20060417-MIPS"> Home</a> </li> </ul> </div> <div class="chapter" lang="en" xml:lang="en"> <div class="titlepage"> <h1 class="chapter"> 7. If You Are Going to Boot </h1> </div> <div class="sect1" lang="en" xml:lang="en"> <div class="titlepage"> <a id="ch-boot-introduction" name="ch-boot-introduction"></a> <h2 class="sect1"> 7.1. Introduction </h2> </div> <p> This chapter shows how to complete the build of temporary tools to create a minimal system that will be used to boot the target machine and to build the final system packages. </p> <p> There are a few additional packages that will need to be installed to allow you to boot the minimal system. Some of these packages will be installed onto the root or in /usr on the LFS partition ($LFS/bin, $LFS/usr/lib, etc...), rather than /tools, using the "DESTDIR" option with make. This will require the <tt class= "systemitem">lfs</tt> user to have write access to the rest of the $LFS partition, so you will need to temporarily change the ownership of $LFS to the <tt class="systemitem">lfs</tt> user. Run the following command as <tt class="systemitem">root</tt>: </p> <pre class="userinput"><kbd class="command">chown -v lfs $LFS</kbd></pre> </div> </div> <div class="navfooter"> <ul> <li class="prev"> <a accesskey="p" href="../temp-system/choose.html" title= "To Boot or to Chroot?">Prev</a> <p> To Boot or to Chroot? </p> </li> <li class="next"> <a accesskey="n" href="bootloaders.html" title= "Bootloaders">Next</a> <p> Bootloaders </p> </li> <li class="up"> <a accesskey="u" href="../part4.html" title= "Part IV. Building the Basic Tools">Up</a>. </li> <li class="home"> <a accesskey="h" href="../index.html" title= "Cross-Compiled Linux From Scratch - Version CLFS-SVN-20060417-MIPS"> Home</a>. </li> </ul> </div> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -