Update virtualbox-iso.html.md

This commit is contained in:
Matthew Hooker 2016-11-28 16:00:06 -08:00 committed by GitHub
parent 337856811e
commit 2d5d598529

View File

@ -55,10 +55,11 @@ builder.
### Required: ### Required:
- `iso_checksum` (string) - The checksum for the OS ISO file. Because ISO - `iso_checksum` (string) - The checksum for the OS ISO file. Because ISO
files are so large, this is required and Packer will verify it prior to booting files are so large, this is required and Packer will verify it prior to
a virtual machine with the ISO attached. The type of the checksum is specified booting a virtual machine with the ISO attached. The type of the checksum is
with `iso_checksum_type`, documented below. The `iso_checksum` has precedence specified with `iso_checksum_type`, documented below. At least one of
over the `iso_checksum_url`. `iso_checksum` and `iso_checksum_url` must be defined. This has precedence
over `iso_checksum_url` type.
- `iso_checksum_type` (string) - The type of the checksum specified in - `iso_checksum_type` (string) - The type of the checksum specified in
`iso_checksum`. Valid values are "none", "md5", "sha1", "sha256", or `iso_checksum`. Valid values are "none", "md5", "sha1", "sha256", or