From 7b2ed0dd760114119c1a28981f08a8e557a1b69a Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Mon, 3 Oct 2016 13:00:55 -0700 Subject: [PATCH] CHANGELOG and docs for #3954 --- CHANGELOG.md | 2 ++ website/source/docs/builders/virtualbox-iso.html.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a42b185f..8d1d30aac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/website/source/docs/builders/virtualbox-iso.html.md b/website/source/docs/builders/virtualbox-iso.html.md index c0ea0daf0..8c97d7091 100644 --- a/website/source/docs/builders/virtualbox-iso.html.md +++ b/website/source/docs/builders/virtualbox-iso.html.md @@ -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`