libvirt: build containerized libvirt as nix container image

This commit is contained in:
Malte Poll 2023-11-28 10:52:37 +01:00
parent 284c460ed0
commit b424a15cb7
17 changed files with 203 additions and 192 deletions

View file

@ -67,7 +67,7 @@ variable "image_format" {
}
variable "firmware" {
type = string
default = "/usr/share/OVMF/OVMF_CODE.secboot.fd"
default = "/usr/share/OVMF/OVMF_CODE.fd"
description = "path to UEFI firmware file. Use \"OVMF_CODE_4M.ms.fd\" on Ubuntu and \"OVMF_CODE.fd\" or \"OVMF_CODE.secboot.fd\" on Fedora."
}