CHANGELOG and docs for #3954

This commit is contained in:
Matthew Hooker 2016-10-03 13:00:55 -07:00
parent 127142215a
commit 7b2ed0dd76
2 changed files with 5 additions and 0 deletions

View file

@ -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:

View file

@ -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`