lilo.html

来自「CLFS(Cross-Compiled Linux From Scratch)的」· HTML 代码 · 共 211 行

HTML
211
字号
<!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>      10.55.&nbsp;Lilo-22.7.1    </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-x86_64-Pure64">    <div class="navheader">      <div class="headertitles">        <h4>          Cross-Compiled Linux From Scratch - Version          CLFS-SVN-20060417-x86_64-Pure64        </h4>        <h3>          Chapter&nbsp;10.&nbsp;Installing Basic System Software        </h3>      </div>      <ul class="headerlinks">        <li class="prev">          <a accesskey="p" href="bin86.html" title="Bin86-0.16.17">Prev</a>          <p>            Bin86-0.16.17          </p>        </li>        <li class="next">          <a accesskey="n" href="aboutdebug.html" title=          "About Debugging Symbols">Next</a>          <p>            About Debugging Symbols          </p>        </li>        <li class="up">          <a accesskey="u" href="chapter.html" title=          "Chapter&nbsp;10.&nbsp;Installing Basic System Software">Up</a>.        </li>        <li class="home">          <a accesskey="h" href="../index.html" title=          "Cross-Compiled Linux From Scratch - Version CLFS-SVN-20060417-x86_64-Pure64">          Home</a>        </li>      </ul>    </div>    <div class="wrap" lang="en" xml:lang="en">      <div class="titlepage">        <h1 class="sect1">          10.55. Lilo-22.7.1        </h1>      </div>      <div class="package" lang="en" xml:lang="en">        <p>          The Lilo package contains the Linux Loader, a bootloader.        </p>        <p>          We have chosen to use lilo because at the moment no other          bootloader builds and runs on a pure64 system. If your machine has          multiple systems (i.e. x86 or multilib) you may prefer to use the          bootloader from the other system, such as grub.        </p>        <div class="segmentedlist">          <div class="seglistitem">            <div class="seg">              <strong><span class="segtitle">Installation depends              on:</span></strong> <span class="seg">Bash, Bin86, Binutils,              Coreutils, GCC, Glibc, Make, Sed</span>            </div>          </div>        </div>      </div>      <div class="installation" lang="en" xml:lang="en">        <div class="titlepage">          <h2 class="sect2">            10.55.1. Installation of Lilo          </h2>        </div>        <p>          Compile the package:        </p>        <pre class="userinput"><kbd class="command">make</kbd></pre>        <p>          Install the package:        </p>        <pre class="userinput"><kbd class="command">make install</kbd></pre>        <p>          At the end of the installation the make install process will print          a message stating that /sbin/lilo has to be executed to complete          the update. Don"t do this as it has no use. The /etc/lilo.conf          isn"t present yet. We will complete the installation of lilo in          chapter 12.        </p>      </div>      <div class="content" lang="en" xml:lang="en">        <div class="titlepage">          <a id="contents-lilo" name="contents-lilo"></a>          <h2 class="sect2">            10.55.2. Contents of Lilo          </h2>        </div>        <div class="segmentedlist">          <div class="seglistitem">            <div class="seg">              <strong><span class="segtitle">Installed              programs:</span></strong> <span class="seg">diag1.img, lilo,              mkrescue, keytab-lilo.pl</span>            </div>          </div>        </div>        <div class="variablelist">          <h3>            <a id="id3692779" name="id3692779"></a>Short Descriptions          </h3>          <table border="0">            <col align="left" valign="top" />            <tbody>              <tr>                <td>                  <a id="diag1.img" name="diag1.img"></a><span class=                  "term"><span><strong class=                  "command">diag1.img</strong></span></span>                </td>                <td>                  <p>                    A diagnostic disk boot image.                  </p>                </td>              </tr>              <tr>                <td>                  <a id="lilo" name="lilo"></a><span class=                  "term"><span><strong class=                  "command">lilo</strong></span></span>                </td>                <td>                  <p>                    Lilo installs the Linux boot loader which is used to                    start a Linux system.                  </p>                </td>              </tr>              <tr>                <td>                  <a id="mkrescue" name="mkrescue"></a><span class=                  "term"><span><strong class=                  "command">mkrescue</strong></span></span>                </td>                <td>                  <p>                    A script to make a bootable floppy or CD image using the                    default settings from the configuration file.                  </p>                </td>              </tr>              <tr>                <td>                  <a id="keytab-lilo.pl" name=                  "keytab-lilo.pl"></a><span class=                  "term"><span><strong class="command">keytab-lilo.pl</strong></span></span>                </td>                <td>                  <p>                    A perl script to create a keyboard translation table to                    allow the bootloader to process keystrokes to match your                    keyboard layout.                  </p>                </td>              </tr>            </tbody>          </table>        </div>      </div>    </div>    <div class="navfooter">      <ul>        <li class="prev">          <a accesskey="p" href="bin86.html" title="Bin86-0.16.17">Prev</a>          <p>            Bin86-0.16.17          </p>        </li>        <li class="next">          <a accesskey="n" href="aboutdebug.html" title=          "About Debugging Symbols">Next</a>          <p>            About Debugging Symbols          </p>        </li>        <li class="up">          <a accesskey="u" href="chapter.html" title=          "Chapter&nbsp;10.&nbsp;Installing Basic System Software">Up</a>.        </li>        <li class="home">          <a accesskey="h" href="../index.html" title=          "Cross-Compiled Linux From Scratch - Version CLFS-SVN-20060417-x86_64-Pure64">          Home</a>.        </li>      </ul>    </div>  </body></html>

⌨️ 快捷键说明

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