Skip to content

Commit

Permalink
Fix docs example for PACKER_KEY_INTERVAL
Browse files Browse the repository at this point in the history
  • Loading branch information
cbednarski committed Jan 15, 2017
1 parent 6ad702a commit e814c37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions website/source/docs/builders/qemu.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,7 @@ 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. For local builds you can tune this delay by specifying
`PACKER_KEY_INTERVAL` to speed through the boot command. For example:

PACKER_KEY_INTERVAL=10ms packer build packer.json
e.g. `PACKER_KEY_INTERVAL=10ms` to speed through the boot command.

There are a set of special keys available. If these are in your boot
command, they will be replaced by the proper key:
Expand Down
2 changes: 1 addition & 1 deletion website/source/docs/builders/vmware-iso.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ 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. For local builds you can tune this delay by specifying
`PACKER_KEY_INTERVAL` to speed through the boot command. For example:
e.g. `PACKER_KEY_INTERVAL=10ms` to speed through the boot command.

There are a set of special keys available. If these are in your boot
command, they will be replaced by the proper key:
Expand Down
2 changes: 1 addition & 1 deletion website/source/docs/builders/vmware-vmx.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ 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. For local builds you can tune this delay by specifying
`PACKER_KEY_INTERVAL` to speed through the boot command. For example:
e.g. `PACKER_KEY_INTERVAL=10ms` to speed through the boot command.

There are a set of special keys available. If these are in your boot
command, they will be replaced by the proper key:
Expand Down

0 comments on commit e814c37

Please sign in to comment.