From 70edb7747e6d2e6d6a8fbfda0c7e707647c19c45 Mon Sep 17 00:00:00 2001 From: dmpeters Date: Mon, 11 Nov 2013 19:36:48 -0800 Subject: [PATCH] Fix guest_additions_mode to disable ISO download This option name was changed in Packer 0.3.11 to allow for more flexibility: https://github.com/mitchellh/packer/issues/580 --- arch-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-template.json b/arch-template.json index b70e8be..301ae71 100644 --- a/arch-template.json +++ b/arch-template.json @@ -11,7 +11,7 @@ "iso_checksum": "{{user `iso_checksum`}}", "iso_checksum_type": "{{user `iso_checksum_type`}}", "guest_os_type": "ArchLinux_64", - "guest_additions_attach": "true", + "guest_additions_mode": "disable", "http_directory": ".", "boot_wait": "5s", "boot_command": [