From 4596c9a464482b7e671510f6f262a3c85260919a Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 11 Jul 2024 16:55:25 +0300 Subject: [PATCH] efibootmgr rebuild --- system/boot/efibootmgr/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/system/boot/efibootmgr/actions.py b/system/boot/efibootmgr/actions.py index efb0d6d3f8..b4ded1def6 100644 --- a/system/boot/efibootmgr/actions.py +++ b/system/boot/efibootmgr/actions.py @@ -10,6 +10,7 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def build(): + pisitools.dosed("Make.defaults", "lib64", "lib") pisitools.dosed("Make.defaults", "grub.efi", "grubx64.efi") shelltools.system("sed -e '/extern int efi_set_verbose/d' -i src/efibootmgr.c")