change default scaleway boottype to local
This commit is contained in:
parent
e3ac7de965
commit
ecd1a49a35
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue