Hyperv Debian + UEFI
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user