diff --git a/system/boot/efibootmgr/actions.py b/system/boot/efibootmgr/actions.py
index 4b253ac6e0..959c2ea5c9 100644
--- a/system/boot/efibootmgr/actions.py
+++ b/system/boot/efibootmgr/actions.py
@@ -10,6 +10,8 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
+ shelltools.system("sed -e '/extern int efi_set_verbose/d' -i src/efibootmgr.c")
+
shelltools.export("CFLAGS", "-Os")
autotools.make("EFIDIR='/boot/EFI'")
diff --git a/system/boot/efibootmgr/pspec.xml b/system/boot/efibootmgr/pspec.xml
index 249ce4e7f5..2047ac9e28 100644
--- a/system/boot/efibootmgr/pspec.xml
+++ b/system/boot/efibootmgr/pspec.xml
@@ -12,7 +12,7 @@
app:console
Tool to modify UEFI Firmware Boot Manager Variables
a Linux user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager.
- https://github.com/rhinstaller/efibootmgr/releases/download/16/efibootmgr-16.tar.bz2
+ https://github.com/rhboot/efibootmgr/archive/refs/tags/17.tar.gz
pciutils-devel
zlib-devel
@@ -46,6 +46,13 @@
+
+ 2021-07-17
+ 17
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-12-09
16