properly document how to set boot_wait to 0s
This commit is contained in:
parent
5b8113ab0f
commit
6fc3c4eb49
|
@ -117,7 +117,8 @@ type BootConfig struct {
|
|||
// 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.
|
||||
// `10s` or 10 seconds. To set boot_wait to 0s, use a negative number, such
|
||||
// as "-1s"
|
||||
BootWait time.Duration `mapstructure:"boot_wait"`
|
||||
// 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
|
||||
|
|
Loading…
Reference in New Issue