fix(vm-x64.conf): disable watchdog in efibootguard

Efibootguard shouldn't turn on the watchdog as we don't
support it yet from the Linux side
This commit is contained in:
Samuel Dolt 2023-03-15 15:11:06 +01:00
parent 55821f53bd
commit d1ffd51919
1 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,6 @@ require include/coreos-generic-machine/vm.inc
SERIAL_CONSOLES_CHECK = "ttyS0" SERIAL_CONSOLES_CHECK = "ttyS0"
QB_SYSTEM_NAME = "qemu-system-x86_64" QB_SYSTEM_NAME = "qemu-system-x86_64"
# Currently we don't support the watchdog
EFIBOOTGUARD_TIMEOUT ?= "0"