mirror of https://git.48k.eu/ogclient
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
parent
8e8ed280f9
commit
673cada250
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue