Changeset aebcd92c


Ignore:
Timestamp:
07/11/2022 05:07:10 PM (22 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
99c7372
Parents:
bf4a881
Message:

update to efibootmgr-18

Add "| cut -f 1" to efibootmgr command for checking the configuration,
so long boring paths will not show up.

Update unifont version, and kernel version (in example) by the way.

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rbf4a881 raebcd92c  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>July 12th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[xry111] - Update to efibootmgr-18. Fixes
     49          <ulink url="&blfs-ticket-root;16773">#16773</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>July 10th, 2022</para>
  • packages.ent

    rbf4a881 raebcd92c  
    335335<!-- UEFI bootloaders -->
    336336<!ENTITY efivar-version               "38">
    337 <!ENTITY efibootmgr-version           "17">
     337<!ENTITY efibootmgr-version           "18">
    338338<!ENTITY grub-version                 "2.06">
    339 <!ENTITY unifont-version              "14.0.01">
     339<!ENTITY unifont-version              "14.0.04">
    340340
    341341<!-- Chapter 13 -->
  • postlfs/filesystems/uefi-bootloaders/efibootmgr.xml

    rbf4a881 raebcd92c  
    77  <!ENTITY efibootmgr-download-http "https://github.com/rhboot/efibootmgr/archive/&efibootmgr-version;/efibootmgr-&efibootmgr-version;.tar.gz">
    88  <!ENTITY efibootmgr-download-ftp  " ">
    9   <!ENTITY efibootmgr-md5sum        "6ae315936d9bc8613b3a4cb8a4064128">
    10   <!ENTITY efibootmgr-size          "44 KB">
    11   <!ENTITY efibootmgr-buildsize     "592 KB">
     9  <!ENTITY efibootmgr-md5sum        "e170147da25e1d5f72721ffc46fe4e06">
     10  <!ENTITY efibootmgr-size          "48 KB">
     11  <!ENTITY efibootmgr-buildsize     "1.1 MB">
    1212  <!ENTITY efibootmgr-time          "less than 0.1 SBU">
    1313]>
     
    8585  <sect2 role="installation">
    8686    <title>Installation of efibootmgr</title>
    87 
    88     <para>
    89       At first, fix an outdated hotfix declaration causing compilation
    90       failure:
    91     </para>
    92 
    93 <screen><userinput>sed -e '/extern int efi_set_verbose/d' -i src/efibootmgr.c</userinput></screen>
    94 
    95     <para>
    96       Fix an issue building this package with efivar-38 or later:
    97     </para>
    98 
    99 <screen><userinput>sed 's/-Werror//' -i Make.defaults</userinput></screen>
    10087
    10188    <para>
  • postlfs/filesystems/uefi-bootloaders/grub-efi.xml

    rbf4a881 raebcd92c  
    1313
    1414  <!ENTITY unifont-download-http  "https://unifoundry.com/pub/unifont/unifont-&unifont-version;/font-builds/unifont-&unifont-version;.pcf.gz">
    15   <!ENTITY unifont-md5sum         "8191ca4fce0eb6073d47c7573e6babc1">
     15  <!ENTITY unifont-md5sum         "428aa81e2433db172bbf7f4136cee6c5">
    1616  <!ENTITY unifont-size           "1.3 MB">
    1717
  • postlfs/filesystems/uefi-bootloaders/grub-setup.xml

    rbf4a881 raebcd92c  
    325325
    326326    <para>
    327       Issue <command>efibootmgr</command> to recheck the EFI boot
     327      Issue <command>efibootmgr | cut -f 1</command> to recheck the EFI boot
    328328      configuration.  An example of the output is:
    329329    </para>
     
    375375fi
    376376
    377 menuentry "GNU/Linux, Linux 5.10.17-lfs-10.1"  {
    378   linux   /boot/vmlinuz-5.10.17-lfs-10.1 root=/dev/sda2 ro
     377menuentry "GNU/Linux, Linux 5.18.8-lfs-r11.1-147"  {
     378  linux   /boot/vmlinuz-5.18.8-lfs-r11.1-147 root=/dev/sda2 ro
    379379}
    380380
     
    386386    <para>
    387387      <literal>(hd0,2)</literal>, <literal>sda2</literal>, and
    388       <literal>5.10.17-lfs-10.1</literal> should be replaced to match your
     388      <literal>5.18.8-lfs-r11.1-147</literal> should be replaced to match your
    389389      configuration.
    390390    </para>
Note: See TracChangeset for help on using the changeset viewer.