V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 51s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 51s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -276,12 +276,12 @@ install_grub_uefi() {
|
|||||||
|
|
||||||
case "${VAR_ARCHITECTURE,,}" in
|
case "${VAR_ARCHITECTURE,,}" in
|
||||||
amd64) var_modinfo_path="/usr/lib/grub/x86_64-efi/modinfo.sh" ;;
|
amd64) var_modinfo_path="/usr/lib/grub/x86_64-efi/modinfo.sh" ;;
|
||||||
arm64) var_modinfo_path="/usr/lib/grub/arm64-efi/modinfo.sh" ;;
|
arm64) var_modinfo_path="/usr/lib/grub/arm64-efi/modinfo.sh" ;;
|
||||||
i386) var_modinfo_path="/usr/lib/grub/i386-efi/modinfo.sh" ;;
|
i386) var_modinfo_path="/usr/lib/grub/i386-efi/modinfo.sh" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if ! [[ -x "${TARGET}${modinfo_path}" ]]; then
|
if ! [[ -x "${TARGET}${var_modinfo_path}" ]]; then
|
||||||
do_log "emergency" "file_only" "4230() Missing: [${modinfo_path}]."
|
do_log "emergency" "file_only" "4230() Missing: [${var_modinfo_path}]."
|
||||||
return "${ERR_GRUB_INSTALL}"
|
return "${ERR_GRUB_INSTALL}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user