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:
parent
55821f53bd
commit
d1ffd51919
|
|
@ -7,3 +7,6 @@ require include/coreos-generic-machine/vm.inc
|
|||
|
||||
SERIAL_CONSOLES_CHECK = "ttyS0"
|
||||
QB_SYSTEM_NAME = "qemu-system-x86_64"
|
||||
|
||||
# Currently we don't support the watchdog
|
||||
EFIBOOTGUARD_TIMEOUT ?= "0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue