mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
* Adding check-legacy-links-format workflow * Adding test-link-rewrites workflow * Migrating links to new format * Updating docs-content-check-legacy-links-format hash * chore: update source * Update generated partials from Packer plugin SDK * Bump packer-plugin-sdk to get latest packer-sdc * Update website/content/docs/templates/hcl_templates/blocks/build/provisioner.mdx * Update Plugin SDK to fix shell-local regression --------- Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com> Co-authored-by: Wilken Rivera <wilken@hashicorp.com> Co-authored-by: Kendall Strautman <36613477+kendallstrautman@users.noreply.github.com>
22 lines
1.4 KiB
Text
22 lines
1.4 KiB
Text
<!-- Code generated from the comments of the BootConfig struct in bootcommand/config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
- `boot_keygroup_interval` (duration string | ex: "1h5m2s") - Time to wait after sending a group of key pressses. The value of this
|
|
should be a duration. Examples are `5s` and `1m30s` which will cause
|
|
Packer to wait five seconds and one minute 30 seconds, respectively. If
|
|
this isn't specified, a sensible default value is picked depending on
|
|
the builder type.
|
|
|
|
- `boot_wait` (duration string | ex: "1h5m2s") - The time to wait after booting the initial virtual machine before typing
|
|
the `boot_command`. The value of this should be a duration. Examples are
|
|
`5s` and `1m30s` which will cause Packer to wait five seconds and one
|
|
minute 30 seconds, respectively. If this isn't specified, the default is
|
|
`10s` or 10 seconds. To set boot_wait to 0s, use a negative number, such
|
|
as "-1s"
|
|
|
|
- `boot_command` ([]string) - This is an array of commands to type when the virtual machine is first
|
|
booted. The goal of these commands should be to type just enough to
|
|
initialize the operating system installer. Special keys can be typed as
|
|
well, and are covered in the section below on the boot command. If this
|
|
is not specified, it is assumed the installer will start itself.
|
|
|
|
<!-- End of code generated from the comments of the BootConfig struct in bootcommand/config.go; -->
|