Changeset 0a78553 for chapter06/grub.xml


Ignore:
Timestamp:
02/05/2006 11:36:47 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
013bb45
Parents:
c310ddd
Message:

Ported r7348 from trunk to udev_update branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/udev_update/BOOK@7349 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/grub.xml

    rc310ddd r0a78553  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
     3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    34  <!ENTITY % general-entities SYSTEM "../general.ent">
    45  %general-entities;
    56]>
     7
    68<sect1 id="ch-system-grub" role="wrap">
    7 <title>GRUB-&grub-version;</title>
    8 <?dbhtml filename="grub.html"?>
     9  <?dbhtml filename="grub.html"?>
    910
    10 <indexterm zone="ch-system-grub"><primary sortas="a-Grub">GRUB</primary></indexterm>
     11  <title>GRUB-&grub-version;</title>
    1112
    12 <sect2 role="package"><title/>
    13 <para>The GRUB package contains the GRand Unified Bootloader.</para>
     13  <indexterm zone="ch-system-grub">
     14    <primary sortas="a-Grub">GRUB</primary>
     15  </indexterm>
    1416
    15 <segmentedlist>
    16 <segtitle>&buildtime;</segtitle>
    17 <segtitle>&diskspace;</segtitle>
    18 <seglistitem><seg>0.2 SBU</seg><seg>10.0 MB</seg></seglistitem>
    19 </segmentedlist>
     17  <sect2 role="package">
     18    <title/>
    2019
    21 <segmentedlist>
    22 <segtitle>&dependencies;</segtitle>
    23 <seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
    24 GCC, Glibc, Grep, Make, Ncurses, and Sed</seg></seglistitem>
    25 </segmentedlist>
    26 </sect2>
     20    <para>The GRUB package contains the GRand Unified Bootloader.</para>
    2721
    28 <sect2 role="installation">
    29 <title>Installation of GRUB</title>
     22    <segmentedlist>
     23      <segtitle>&buildtime;</segtitle>
     24      <segtitle>&diskspace;</segtitle>
    3025
    31 <para>This package is known to have issues when its default
    32 optimization flags (including the <parameter>-march</parameter> and
    33 <parameter>-mcpu</parameter> options) are changed. If any environment
    34 variables that override default optimizations have been defined, such
    35 as <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>,
    36 unset them when building GRUB.</para>
     26      <seglistitem>
     27        <seg>0.2 SBU</seg>
     28        <seg>10.0 MB</seg>
     29      </seglistitem>
     30    </segmentedlist>
    3731
    38 <para>Prepare GRUB for compilation:</para>
     32    <segmentedlist>
     33      <segtitle>&dependencies;</segtitle>
     34
     35      <seglistitem>
     36        <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make,
     37        Ncurses, and Sed</seg>
     38      </seglistitem>
     39    </segmentedlist>
     40
     41  </sect2>
     42
     43  <sect2 role="installation">
     44    <title>Installation of GRUB</title>
     45
     46    <para>This package is known to have issues when its default
     47    optimization flags (including the <parameter>-march</parameter> and
     48    <parameter>-mcpu</parameter> options) are changed. If any environment
     49    variables that override default optimizations have been defined, such
     50    as <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>,
     51    unset them when building GRUB.</para>
     52
     53    <para>Prepare GRUB for compilation:</para>
    3954
    4055<screen><userinput>./configure --prefix=/usr</userinput></screen>
    4156
    42 <para>Compile the package:</para>
     57    <para>Compile the package:</para>
    4358
    4459<screen><userinput>make</userinput></screen>
    4560
    46 <para>To test the results, issue:
    47 <userinput>make check</userinput>.</para>
     61    <para>To test the results, issue:
     62    <userinput>make check</userinput>.</para>
    4863
    49 <para>Install the package:</para>
     64    <para>Install the package:</para>
    5065
    5166<screen><userinput>make install
     
    5368cp -v /usr/lib/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen>
    5469
    55 <para>Replace <filename class="directory">i386-pc</filename> with whatever
    56 directory is appropriate for the hardware in use.</para>
     70    <para>Replace <filename class="directory">i386-pc</filename> with whatever
     71    directory is appropriate for the hardware in use.</para>
    5772
    58 <para>The <filename class="directory">i386-pc</filename> directory
    59 contains a number of <filename>*stage1_5</filename> files, different
    60 ones for different file systems. Review the files available and copy
    61 the appropriate ones to the <filename
    62 class="directory">/boot/grub</filename> directory. Most users will
    63 copy the <filename>e2fs_stage1_5</filename> and/or
    64 <filename>reiserfs_stage1_5</filename> files.</para>
     73    <para>The <filename class="directory">i386-pc</filename> directory
     74    contains a number of <filename>*stage1_5</filename> files, different
     75    ones for different file systems. Review the files available and copy
     76    the appropriate ones to the <filename
     77    class="directory">/boot/grub</filename> directory. Most users will
     78    copy the <filename>e2fs_stage1_5</filename> and/or
     79    <filename>reiserfs_stage1_5</filename> files.</para>
    6580
    66 </sect2>
     81  </sect2>
    6782
     83  <sect2 id="contents-gRUB" role="content">
     84    <title>Contents of GRUB</title>
    6885
    69 <sect2 id="contents-gRUB" role="content"><title>Contents of GRUB</title>
     86    <segmentedlist>
     87      <segtitle>Installed programs</segtitle>
    7088
    71 <segmentedlist>
    72 <segtitle>Installed programs</segtitle>
    73 <seglistitem><seg>grub, grub-install,
    74 grub-md5-crypt, grub-terminfo, and mbchk</seg></seglistitem>
    75 </segmentedlist>
     89      <seglistitem>
     90        <seg>grub, grub-install, grub-md5-crypt, grub-terminfo, and mbchk</seg>
     91      </seglistitem>
     92    </segmentedlist>
    7693
    77 <variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
    78 <?dbfo list-presentation="list"?>
    79 <?dbhtml list-presentation="table"?>
     94    <variablelist>
     95      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     96      <?dbfo list-presentation="list"?>
     97      <?dbhtml list-presentation="table"?>
    8098
    81 <varlistentry id="grub">
    82 <term><command>grub</command></term>
    83 <listitem>
    84 <para>The Grand Unified Bootloader's command shell</para>
    85 <indexterm zone="ch-system-grub grub"><primary sortas="b-grub">grub</primary></indexterm>
    86 </listitem>
    87 </varlistentry>
     99      <varlistentry id="grub">
     100        <term><command>grub</command></term>
     101        <listitem>
     102          <para>The Grand Unified Bootloader's command shell</para>
     103          <indexterm zone="ch-system-grub grub">
     104            <primary sortas="b-grub">grub</primary>
     105          </indexterm>
     106        </listitem>
     107      </varlistentry>
    88108
    89 <varlistentry id="grub-install">
    90 <term><command>grub-install</command></term>
    91 <listitem>
    92 <para>Installs GRUB on the given device</para>
    93 <indexterm zone="ch-system-grub grub-install"><primary sortas="b-grub-install">grub-install</primary></indexterm>
    94 </listitem>
    95 </varlistentry>
     109      <varlistentry id="grub-install">
     110        <term><command>grub-install</command></term>
     111        <listitem>
     112          <para>Installs GRUB on the given device</para>
     113          <indexterm zone="ch-system-grub grub-install">
     114            <primary sortas="b-grub-install">grub-install</primary>
     115          </indexterm>
     116        </listitem>
     117      </varlistentry>
    96118
    97 <varlistentry id="grub-md5-crypt">
    98 <term><command>grub-md5-crypt</command></term>
    99 <listitem>
    100 <para>Encrypts a password in MD5 format</para>
    101 <indexterm zone="ch-system-grub grub-md5-crypt"><primary sortas="b-grub-md5-crypt">grub-md5-crypt</primary></indexterm>
    102 </listitem>
    103 </varlistentry>
     119      <varlistentry id="grub-md5-crypt">
     120        <term><command>grub-md5-crypt</command></term>
     121        <listitem>
     122          <para>Encrypts a password in MD5 format</para>
     123          <indexterm zone="ch-system-grub grub-md5-crypt">
     124            <primary sortas="b-grub-md5-crypt">grub-md5-crypt</primary>
     125          </indexterm>
     126        </listitem>
     127      </varlistentry>
    104128
    105 <varlistentry id="grub-terminfo">
    106 <term><command>grub-terminfo</command></term>
    107 <listitem>
    108 <para>Generates a terminfo command from a terminfo name; it can be
    109 employed if an unknown terminal is being used</para>
    110 <indexterm zone="ch-system-grub grub-terminfo"><primary sortas="b-grub-terminfo">grub-terminfo</primary></indexterm>
    111 </listitem>
    112 </varlistentry>
     129      <varlistentry id="grub-terminfo">
     130        <term><command>grub-terminfo</command></term>
     131        <listitem>
     132          <para>Generates a terminfo command from a terminfo name; it can be
     133          employed if an unknown terminal is being used</para>
     134          <indexterm zone="ch-system-grub grub-terminfo">
     135            <primary sortas="b-grub-terminfo">grub-terminfo</primary>
     136          </indexterm>
     137        </listitem>
     138      </varlistentry>
    113139
    114 <varlistentry id="mbchk">
    115 <term><command>mbchk</command></term>
    116 <listitem>
    117 <para>Checks the format of a multi-boot kernel</para>
    118 <indexterm zone="ch-system-grub mbchk"><primary sortas="b-mbchk">mbchk</primary></indexterm>
    119 </listitem>
    120 </varlistentry>
    121 </variablelist>
     140      <varlistentry id="mbchk">
     141        <term><command>mbchk</command></term>
     142        <listitem>
     143          <para>Checks the format of a multi-boot kernel</para>
     144          <indexterm zone="ch-system-grub mbchk">
     145            <primary sortas="b-mbchk">mbchk</primary>
     146          </indexterm>
     147        </listitem>
     148      </varlistentry>
    122149
    123 </sect2>
     150    </variablelist>
     151
     152  </sect2>
    124153
    125154</sect1>
    126 
Note: See TracChangeset for help on using the changeset viewer.