Changeset 756a787


Ignore:
Timestamp:
03/23/2021 05:49:08 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
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:
a2c3f1d3
Parents:
2c5bbb8
Message:

Add packages and instructions for UEFI

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

Files:
5 added
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/popt.xml

    r2c5bbb8 r756a787  
    104104    </para>
    105105
    106 <screen role="root"><userinput>make install</userinput></screen>
     106<screen role="root"><userinput>make install &amp;&amp;
     107mv /usr/lib/libpopt.so.* /lib &amp;&amp;
     108ln -sfv ../../lib/$(readlink /usr/lib/libpopt.so) /usr/lib/libpopt.so</userinput></screen>
    107109
    108110    <para>
     
    123125    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    124126      href="../../xincludes/static-libraries.xml"/>
     127
     128    <para>
     129      <command>mv /usr/lib/libpopt.so.* /lib</command> and
     130      <command>ln -sfv ...</command>: Moves the popt library on the root
     131      filesystem, so it is avaliable in case
     132      <systemitem class="filesystem">/usr</systemitem> is offline and
     133      <xref linkend="efibootmgr"/> is installed and linked to popt.
     134    </para>
    125135
    126136  </sect2>
  • introduction/welcome/changelog.xml

    r2c5bbb8 r756a787  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[xry111] - Add packages and instructions for booting on UEFI
     49          based system.
     50          Fixes <ulink url="&blfs-ticket-root;5379">#5379</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[ken] - Update to firefox-78.9.0 and JS-78.9.0 (security fixes).
    4954          Fixes <ulink url="&blfs-ticket-root;14804">#14804</ulink>.</para>
  • packages.ent

    r2c5bbb8 r756a787  
    323323<!ENTITY which-version                "2.21">
    324324<!ENTITY zip-version                  "3.0">
     325
     326<!-- UEFI bootloaders -->
     327<!ENTITY efivar-version               "37">
     328<!ENTITY efibootmgr-version           "17">
     329<!ENTITY grub-version                 "2.06~rc1">
     330<!ENTITY unifont-version              "13.0.06">
    325331
    326332<!-- Chapter 13 -->
  • postlfs/filesystems/filesystems.xml

    r2c5bbb8 r756a787  
    4242  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sshfs.xml"/>
    4343  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfsprogs.xml"/>
     44  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="uefi-bootloaders/dummy.xml"/>
     45  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="uefi-bootloaders/efivar.xml"/>
     46  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="uefi-bootloaders/efibootmgr.xml"/>
     47  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="uefi-bootloaders/grub-efi.xml"/>
     48  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="uefi-bootloaders/grub-setup.xml"/>
    4449
    4550</chapter>
Note: See TracChangeset for help on using the changeset viewer.