uefi: update EFIBOOTMGR_BIN to use /opt/opengnsys/sbin/efibootmgr

debian package with json support provides the binary through this path, update it.
master v1.3.2-6
OpenGnSys Support Team 2024-03-05 15:37:20 +01:00
parent 8e8ed280f9
commit 673cada250
1 changed files with 1 additions and 1 deletions

View File

@ -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: