From 813eb85a689fc4284094086f0ec61870085e010a Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 22 Aug 2021 21:43:12 +0300 Subject: [PATCH] efibootmgr --- system/boot/efibootmgr/actions.py | 4 ++-- system/boot/efibootmgr/pspec.xml | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/system/boot/efibootmgr/actions.py b/system/boot/efibootmgr/actions.py index 959c2ea5c9..35351efb0e 100644 --- a/system/boot/efibootmgr/actions.py +++ b/system/boot/efibootmgr/actions.py @@ -13,13 +13,13 @@ 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'") + autotools.make("EFIDIR=pisilinux EFI_LOADER=grubx64.efi") def install(): shelltools.makedirs("%s/usr/sbin" % get.installDIR()) shelltools.makedirs("%s/usr/share/man" % get.installDIR()) shelltools.makedirs("%s/usr/include" % get.installDIR()) - autotools.rawInstall("EFIDIR='/boot/EFI' DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("EFIDIR=pisilinux DESTDIR=%s" % get.installDIR()) pisitools.insinto("/usr/share/man", "src/*.8") pisitools.insinto("/usr/include", "src/include/*.h") diff --git a/system/boot/efibootmgr/pspec.xml b/system/boot/efibootmgr/pspec.xml index 2047ac9e28..93429ae506 100644 --- a/system/boot/efibootmgr/pspec.xml +++ b/system/boot/efibootmgr/pspec.xml @@ -46,6 +46,13 @@ + + 2021-08-22 + 17 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2021-07-17 17