mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 16:31:48 -04:00
change default scaleway boottype to local
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user