From e20e199f7aace9c6621efba1fa27baf0aac72345 Mon Sep 17 00:00:00 2001 From: Seth Grover Date: Sun, 29 Sep 2024 22:31:17 -0600 Subject: [PATCH] update hashicorp/qemu packer plugin to fix QEMU build, supporting efi_drop_efivars variable With the v1.0.8 of the packer pluging hashicorp/qemu the build fails with ``` Error: Unsupported argument on packer_templates/pkr-sources.pkr.hcl line 225: (source code not available) An argument named "efi_drop_efivars" is not expected here. ``` v1.1.0 of the plugin fixes the build. See hashicorp/packer-plugin-qemu#140 --- packer_templates/pkr-builder.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer_templates/pkr-builder.pkr.hcl b/packer_templates/pkr-builder.pkr.hcl index 519fb889d..7e0754510 100644 --- a/packer_templates/pkr-builder.pkr.hcl +++ b/packer_templates/pkr-builder.pkr.hcl @@ -10,7 +10,7 @@ packer { source = "github.com/parallels/parallels" } qemu = { - version = ">= 1.0.8" + version = ">= 1.1.0" source = "github.com/hashicorp/qemu" } vagrant = {