2020-03-18 18:46:47 -04:00
|
|
|
<!-- Code generated from the comments of the VNCConfig struct in common/bootcommand/config.go; DO NOT EDIT MANUALLY -->
|
2020-07-13 06:33:16 -04:00
|
|
|
|
2020-03-18 18:46:47 -04:00
|
|
|
The boot command "typed" character for character over a VNC connection to
|
|
|
|
the machine, simulating a human actually typing the keyboard.
|
|
|
|
|
|
|
|
Keystrokes are typed as separate key up/down events over VNC with a default
|
|
|
|
100ms delay. The delay alleviates issues with latency and CPU contention.
|
|
|
|
You can tune this delay on a per-builder basis by specifying
|
|
|
|
"boot_key_interval" in your Packer template.
|