Hyperv Debian + UEFI

This commit is contained in:
Greg Hellings
2023-12-30 05:37:32 +00:00
parent 76abdb9132
commit b11669345e
112 changed files with 468 additions and 850 deletions
+14
View File
@@ -68,6 +68,20 @@ build {
compression_level = 9
output = "output/{{ .Provider }}/${local.name}.box"
vagrantfile_template = "vagrant/${var.arch}.rb"
only = ["qemu.amd64"]
include = [
"${var.efi_dir}/OVMF_CODE.fd",
"${var.efi_dir}/OVMF_VARS.fd",
"output/libvirt/${local.name}/efivars.fd"
]
}
post-processor "vagrant" {
keep_input_artifact = true
compression_level = 9
output = "output/{{ .Provider }}/${local.name}.box"
vagrantfile_template = "vagrant/${var.arch}.rb"
except = ["qemu.amd64"]
}
post-processor "vagrant-cloud" {