diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-03-05 15:37:20 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-03-05 15:37:34 +0100 |
commit | 673cada250e3612eaa8295c67560968445199220 (patch) | |
tree | bb95d7e18b2fb3f5db543cdcffe50c2344c93565 | |
parent | 8e8ed280f962d32354dee3713388f86c569c5104 (diff) |
uefi: update EFIBOOTMGR_BIN to use /opt/opengnsys/sbin/efibootmgrv1.3.2-6
debian package with json support provides the binary through this path, update it.
-rw-r--r-- | src/utils/uefi.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |