Changeset 756a787
- Timestamp:
- 03/23/2021 05:49:08 PM (3 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a2c3f1d3
- Parents:
- 2c5bbb8
- Files:
-
- 5 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/popt.xml
r2c5bbb8 r756a787 104 104 </para> 105 105 106 <screen role="root"><userinput>make install</userinput></screen> 106 <screen role="root"><userinput>make install && 107 mv /usr/lib/libpopt.so.* /lib && 108 ln -sfv ../../lib/$(readlink /usr/lib/libpopt.so) /usr/lib/libpopt.so</userinput></screen> 107 109 108 110 <para> … … 123 125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 124 126 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> 125 135 126 136 </sect2> -
introduction/welcome/changelog.xml
r2c5bbb8 r756a787 46 46 <itemizedlist> 47 47 <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> 48 53 <para>[ken] - Update to firefox-78.9.0 and JS-78.9.0 (security fixes). 49 54 Fixes <ulink url="&blfs-ticket-root;14804">#14804</ulink>.</para> -
packages.ent
r2c5bbb8 r756a787 323 323 <!ENTITY which-version "2.21"> 324 324 <!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"> 325 331 326 332 <!-- Chapter 13 --> -
postlfs/filesystems/filesystems.xml
r2c5bbb8 r756a787 42 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sshfs.xml"/> 43 43 <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"/> 44 49 45 50 </chapter>
Note:
See TracChangeset
for help on using the changeset viewer.