Ignore:
Timestamp:
03/23/2021 07:24:51 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5910991c
Parents:
a2c3f1d3
Message:

Editorial changes to new evi pages.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24395 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/uefi-bootloaders/grub-efi.xml

    ra2c3f1d3 rd5cc78a  
    123123
    124124    <para>
    125       At first, install font data as the
     125      First, install font data as the
    126126      <systemitem class="username">root</systemitem> user:
    127127    </para>
     
    152152            --with-platform=efi  \
    153153            --disable-werror     &amp;&amp;
    154 
    155154make</userinput></screen>
    156155
    157156    <para>
    158       This package does not have a test suite providing meaningful result.
     157      This package does not have a test suite providing meaningful results.
    159158    </para>
    160159
     
    172171
    173172    <para>
    174       <parameter>--enable-grub-mkfont</parameter>: Built the tool named
    175       <command>grub-mkfont</command> to generate font file for the boot
    176       loader, from the font data we've installed.
     173      <parameter>--enable-grub-mkfont</parameter>: Build the tool named
     174      <command>grub-mkfont</command> to generate the font file for the boot
     175      loader from the font data we've installed.
    177176    </para>
    178177
    179178    <warning>
    180179      <para>If the recommended dependency <xref linkend="freetype2"/> is not
    181       installed, it's possible to omit this option and build GRUB.  However,
     180      installed, it is possible to omit this option and build GRUB.  However,
    182181      if <command>grub-mkfont</command> is not built, or the unicode font
    183182      data is not avaliable at the time GRUB is built, GRUB won't install
    184183      any font for the boot loader.  The GRUB boot menu will be displayed
    185       in an ugly way, and the early stage of kernel initialization will be
    186       in <quote>blind mode</quote> - you can't see any kernel message before
     184      using a coarse font and the early stage of kernel initialization will be
     185      in <quote>blind mode</quote> &mdash; you can't see any kernel messages before
    187186      the graphics card driver is initialized.  It will be very difficult to
    188       diagnostic some boot issue (especially, if the graphics driver is
    189       built as module).</para>
     187      diagnose some boot issues, especially if the graphics driver is
     188      built as module.</para>
    190189    </warning>
    191190
    192191    <para>
    193       <parameter>--with-platform=efi</parameter>: Ensures to build GRUB with
    194       for EFI.
     192      <parameter>--with-platform=efi</parameter>: Ensures building GRUB with
     193      EFI enabled.
    195194    </para>
    196195
Note: See TracChangeset for help on using the changeset viewer.