Added website docs for VMWare ISO additionaldisk_size
This commit is contained in:
parent
5f183026b3
commit
b665339b39
|
@ -72,6 +72,12 @@ each category, the available options are alphabetized and described.
|
|||
|
||||
### Optional:
|
||||
|
||||
* `additionaldisk_size` (array of integers) - The size(s) of any additional
|
||||
hard disks for the VM in megabytes. If this is not specified then the VM will
|
||||
only contain a primary hard disk. The builder uses expandable, not fixed-size
|
||||
virtual hard disks, so the actual file representing the disk will not use the
|
||||
full size unless it is full.
|
||||
|
||||
* `boot_command` (array of strings) - This is an array of commands to type
|
||||
when the virtual machine is first booted. The goal of these commands should
|
||||
be to type just enough to initialize the operating system installer. Special
|
||||
|
|
Loading…
Reference in New Issue