Make sure Legacy boot is in legacy mode

This commit is contained in:
Martin Wimpress 2021-10-19 23:51:42 +01:00
parent 145dc472af
commit 0598fb3321
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3

View File

@ -418,6 +418,7 @@ function vm_boot() {
BOOT_STATUS="EFI (${guest_os^}), OVMF (${EFI_CODE}), SecureBoot (${secureboot})."
else
BOOT_STATUS="Legacy BIOS (${guest_os^})"
boot="legacy"
secureboot="off"
fi