Merge pull request #9853 from remyleone/boottype_local

change default scaleway boottype to local
This commit is contained in:
Megan Marsh 2020-09-01 10:44:42 -07:00 committed by GitHub
commit e96cc07a1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ func (c *Config) Prepare(raws ...interface{}) ([]string, error) {
}
if c.BootType == "" {
c.BootType = "bootscript"
c.BootType = "local"
}
var errs *packer.MultiError

View File

@ -79,7 +79,7 @@ builder.
appear in your account. Default `packer-TIMESTAMP`
- `boottype` (string) - The type of boot, can be either `local` or
`bootscript`. Default `bootscript`
`bootscript`. Default `local`
- `bootscript` (string) - The id of an existing bootscript to use when
booting the server.