Support optional boot menu and increase power down timeout.
This commit is contained in:
parent
175d64e1ca
commit
f49e834f02
3 changed files with 9 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue