``` cd $HOME/Development/packer-plugin-sdk PROJECT_ROOT=packer-plugin-sdk go generate ./... rsync -av multistep/commonsteps/packer-plugin-sdk/website/content/partials/ ../packer/website/content/partials/ rsync -av bootcommand/packer-plugin-sdk/website/content/partials/ ../packer/website/content/partials/ rsync -av shutdowncommand/packer-plugin-sdk/website/content/partials/ ../packer/website/content/partials/ rsync -av communicator/packer-plugin-sdk/website/content/partials/ ../packer/website/content/partials/ ```
7 lines
352 B
Plaintext
7 lines
352 B
Plaintext
<!-- Code generated from the comments of the VNCConfig struct in bootcommand/config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
- `disable_vnc` (bool) - Whether to create a VNC connection or not. A boot_command cannot be used
|
|
when this is true. Defaults to false.
|
|
|
|
- `boot_key_interval` (duration string | ex: "1h5m2s") - Time in ms to wait between each key press
|