mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
CHANGELOG and docs for #3954
This commit is contained in:
parent
127142215a
commit
7b2ed0dd76
2 changed files with 5 additions and 0 deletions
|
|
@ -83,6 +83,8 @@ IMPROVEMENTS:
|
|||
* scripts: Added `help` target to Makefile [GH-3290]
|
||||
* builder/googlecompute: Add `-force` option to delete old image before
|
||||
creating new one. [GH-3918]
|
||||
* builder/virtualbox-iso: Added `keep_registed` option to skip cleaning up
|
||||
the image. [GH-3954]
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
|
|
|
|||
|
|
@ -223,6 +223,9 @@ builder.
|
|||
URLs must point to the same file (same checksum). By default this is empty
|
||||
and `iso_url` is used. Only one of `iso_url` or `iso_urls` can be specified.
|
||||
|
||||
- `keep_registered` (boolean) - Set this to `true` if you would like to keep
|
||||
the VM registered with virtualbox. Defaults to `false`.
|
||||
|
||||
- `output_directory` (string) - This is the path to the directory where the
|
||||
resulting virtual machine will be created. This may be relative or absolute.
|
||||
If relative, the path is relative to the working directory when `packer`
|
||||
|
|
|
|||
Loading…
Reference in a new issue