github.com/hashicorp/packer@v1.14.3/website/content/partials/packer-plugin-sdk/bootcommand/BootConfig-not-required.mdx (about) 1 <!-- Code generated from the comments of the BootConfig struct in bootcommand/config.go; DO NOT EDIT MANUALLY --> 2 3 - `boot_keygroup_interval` (duration string | ex: "1h5m2s") - Time to wait after sending a group of key pressses. The value of this 4 should be a duration. Examples are `5s` and `1m30s` which will cause 5 Packer to wait five seconds and one minute 30 seconds, respectively. If 6 this isn't specified, a sensible default value is picked depending on 7 the builder type. 8 9 - `boot_wait` (duration string | ex: "1h5m2s") - The time to wait after booting the initial virtual machine before typing 10 the `boot_command`. The value of this should be a duration. Examples are 11 `5s` and `1m30s` which will cause Packer to wait five seconds and one 12 minute 30 seconds, respectively. If this isn't specified, the default is 13 `10s` or 10 seconds. To set boot_wait to 0s, use a negative number, such 14 as "-1s" 15 16 - `boot_command` ([]string) - This is an array of commands to type when the virtual machine is first 17 booted. The goal of these commands should be to type just enough to 18 initialize the operating system installer. Special keys can be typed as 19 well, and are covered in the section below on the boot command. If this 20 is not specified, it is assumed the installer will start itself. 21 22 <!-- End of code generated from the comments of the BootConfig struct in bootcommand/config.go; -->