Ignore:
Timestamp:
07/11/2022 05:07:10 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, 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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.