website: document the guest additinos URL and SHA256

/cc @sgirones
This commit is contained in:
Mitchell Hashimoto 2013-07-07 12:06:13 -07:00
parent f83ec95928
commit 83d073f410
1 changed files with 10 additions and 0 deletions

View File

@ -76,6 +76,16 @@ Optional:
of the user. This is a [configuration template](/docs/templates/configuration-templates.html) of the user. This is a [configuration template](/docs/templates/configuration-templates.html)
where the `Version` variable is replaced with the VirtualBox version. where the `Version` variable is replaced with the VirtualBox version.
* `guest_additions_sha256` (string) - The SHA256 checksum of the guest
additions ISO that will be uploaded to the guest VM. By default the
checksums will be downloaded from the VirtualBox website, so this only
needs to be set if you want to be explicit about the checksum.
* `guest_additions_url` (string) - The URL to the guest additions ISO
to upload. This can also be a file URL if the ISO is at a local path.
By default the VirtualBox builder will go and download the proper
guest additions ISO from the internet.
* `guest_os_type` (string) - The guest OS type being installed. By default * `guest_os_type` (string) - The guest OS type being installed. By default
this is "other", but you can get _dramatic_ performance improvements by this is "other", but you can get _dramatic_ performance improvements by
setting this to the proper value. To view all available values for this setting this to the proper value. To view all available values for this