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

@ -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 }" ]