mirror of
https://github.com/elasticdog/packer-arch.git
synced 2026-07-17 16:36:26 +00:00
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:
parent
7ea9328ff9
commit
70edb7747e
1 changed files with 1 additions and 1 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue