packer-cn/builder/virtualbox
Corey Hickey fdb36e329d allow attaching guest additions without a communicator
This avoids the error:
* guest_additions_mode has to be 'disable' when communicator = 'none'.

...when the following are set:
"communicator": "none",
"guest_additions_mode": "attach",

This particular combination of parameters is valid; for example, in my
case, a kickstart post-install script mounts the CD image from /dev/sr1
and runs the installer, without needing any intervention from packer
itself.

From my reading of the documentation, it appears that the "upload" mode
would indeed require a communicator, so I change the logic to check for
that specifically.
2020-11-24 15:46:14 -08:00
..
common allow attaching guest additions without a communicator 2020-11-24 15:46:14 -08:00
iso remove unused SkipValidation field which was a duplicate of the SkipRegionValidation field. 2020-11-18 14:21:40 -08:00
ovf remove unused SkipValidation field which was a duplicate of the SkipRegionValidation field. 2020-11-18 14:21:40 -08:00
version move version and useragent definitions into sdk 2020-11-18 11:42:02 -08:00
vm remove unused SkipValidation field which was a duplicate of the SkipRegionValidation field. 2020-11-18 14:21:40 -08:00