Merge pull request #9853 from remyleone/boottype_local
change default scaleway boottype to local
This commit is contained in:
commit
e96cc07a1a
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue