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
This commit is contained in:
dmpeters 2013-11-11 19:36:48 -08:00 committed by Aaron Bull Schaefer
parent 7ea9328ff9
commit 70edb7747e

View file

@ -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": [