Changeset 756a787 for general


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

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.