Support optional boot menu and increase power down timeout.

This commit is contained in:
Michael Lipp 2023-06-11 14:04:25 +02:00
parent 175d64e1ca
commit f49e834f02
3 changed files with 9 additions and 2 deletions

View file

@ -42,10 +42,13 @@
# * secure[-4m]
# "firmware": "uefi"
# Whether to show a boot menu.
# "bootMenu": false
# When terminating, a graceful powerdown is attempted. If it
# doesn't succeed within the given timeout (seconds) SIGTERM
# is sent to Qemu.
# "powerdownTimeout": 60
# "powerdownTimeout": 900
# RAM settings
# "maximumRam": "1G"