fix: UEFI boot image (#288)

This commit is contained in:
Kroese 2023-12-29 19:25:53 +01:00 committed by GitHub
parent 942f2a77fe
commit abcd65208e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ set -Eeuo pipefail
case "${BOOT_MODE,,}" in case "${BOOT_MODE,,}" in
uefi) uefi)
BOOT_OPTS="-bios /usr/share/OVMF/OVMF_CODE.fd" BOOT_OPTS="-bios /usr/share/OVMF/OVMF_CODE_4M.fd"
;; ;;
legacy) legacy)
BOOT_OPTS="" BOOT_OPTS=""