Adds documentation for hyperv-iso disk block size feature

This commit is contained in:
Stefan Henseler 2018-03-21 22:59:04 +01:00
parent 103186af86
commit 7184e411e5
1 changed files with 3 additions and 0 deletions

View File

@ -230,6 +230,9 @@ can be configured for this builder.
- `temp_path` (string) - This is the temporary path in which Packer will create the virtual - `temp_path` (string) - This is the temporary path in which Packer will create the virtual
machine. Default value is system `%temp%` machine. Default value is system `%temp%`
- `disk_block_size` (string) - The block size of the VHD to be created.
Recommended disk block size for Linux hyper-v guests is 1 MiB. This defaults to "32 MiB".
## Boot Command ## Boot Command
The `boot_command` configuration is very important: it specifies the keys The `boot_command` configuration is very important: it specifies the keys