Update boot.sh

This commit is contained in:
Kroese 2024-05-26 13:15:14 +02:00 committed by GitHub
parent 7234632a74
commit 43edc544ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,10 +33,8 @@ case "${BOOT_MODE,,}" in
BOOT_OPTS="-rtc base=localtime"
;;
*)
info "Unknown boot mode '${BOOT_MODE}', defaulting to 'uefi'"
BOOT_MODE="uefi"
ROM="AAVMF_CODE.no-secboot.fd"
VARS="AAVMF_VARS.fd"
error "Unrecognized BOOT_MODE, value \"${BOOT_MODE}\" is not recognized!"
exit 33
;;
esac