mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-04 07:15:05 -04:00
terraform: disable secure boot for QEMU / MiniConstellation
This commit is contained in:
parent
3543fe140e
commit
4e2b9745bb
4 changed files with 5 additions and 5 deletions
|
@ -360,9 +360,9 @@ func (q *QEMUVariables) String() string {
|
|||
vCopy := *q
|
||||
switch vCopy.NVRAM {
|
||||
case "production":
|
||||
vCopy.NVRAM = "/usr/share/OVMF/constellation_vars.production.fd"
|
||||
vCopy.NVRAM = "/usr/share/OVMF/OVMF_VARS.fd"
|
||||
case "testing":
|
||||
vCopy.NVRAM = "/usr/share/OVMF/constellation_vars.testing.fd"
|
||||
vCopy.NVRAM = "/usr/share/OVMF/OVMF_VARS.fd"
|
||||
}
|
||||
f := hclwrite.NewEmptyFile()
|
||||
gohcl.EncodeIntoBody(vCopy, f.Body())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue