From 673cada250e3612eaa8295c67560968445199220 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Tue, 5 Mar 2024 15:37:20 +0100 Subject: uefi: update EFIBOOTMGR_BIN to use /opt/opengnsys/sbin/efibootmgr debian package with json support provides the binary through this path, update it. --- src/utils/uefi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/uefi.py b/src/utils/uefi.py index fc78d40..753cc0b 100644 --- a/src/utils/uefi.py +++ b/src/utils/uefi.py @@ -14,7 +14,7 @@ import subprocess import fdisk -EFIBOOTMGR_BIN='efibootmgr-json' +EFIBOOTMGR_BIN='/opt/opengnsys/bin/efibootmgr' def _find_bootentry(entries, label): for entry in entries: -- cgit v1.2.3-18-g5258