There is an updated pull request by 08A against master on the void-packages repository https://github.com/08A/void-packages efibootmgr-add-loader-path https://github.com/void-linux/void-packages/pull/39214 efibootmgr: add LOADER_PATH to the kernel hook #### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture, (x86_64-glibc) # Description ## efibootmgr: fix when no bootorder is configured When no bootorder is configured, the script fail because `$bootorder` is empty. ## efibootmgr: add LOADER_PATH to the kernel hook I use the dracut-uefi hook. It creates an EFI binary to a custom location. Because voidlinux keep olds kernels, I need to update with `efibootmgr` every time. This commit provides a new variable to configure the location of the loader. PS: In theory, it is the last step for a secure boot ready voidlinux. A patch file from https://github.com/void-linux/void-packages/pull/39214.patch is attached