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
|
|
@ -67,6 +67,9 @@
|
|||
<#if vm.firmware?starts_with("secure")>
|
||||
- [ "-global", "driver=cfi.pflash01,property=secure,value=on" ]
|
||||
</#if>
|
||||
<#if vm.bootMenu>
|
||||
- [ "-boot", "menu=on" ]
|
||||
</#if>
|
||||
# * Provide RAM
|
||||
- [ "-object", "memory-backend-ram,id=pc.ram,\
|
||||
size=${ (vm.maximumRam!1073741824)?c }" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue