change default scaleway boottype to local

This commit is contained in:
Rémy Léone 2020-08-31 13:15:37 +02:00
parent e3ac7de965
commit ecd1a49a35
1 changed files with 1 additions and 1 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