Fix os parameter documentation
This commit is contained in:
parent
65545073f8
commit
b56b3dda5f
|
@ -71,8 +71,9 @@ builder.
|
||||||
- `sockets` (int) - How many CPU sockets to give the virtual machine.
|
- `sockets` (int) - How many CPU sockets to give the virtual machine.
|
||||||
Defaults to `1`
|
Defaults to `1`
|
||||||
|
|
||||||
- `os` (string) - The operating system. Can be `linux`, `windows`, `solaris`
|
- `os` (string) - The operating system. Can be `wxp`, `w2k`, `w2k3`, `w2k8`,
|
||||||
or `other`. Defaults to `other`.
|
`wvista`, `win7`, `win8`, `win10`, `l24` (Linux 2.4), `l26` (Linux 2.6+),
|
||||||
|
`solaris` or `other`. Defaults to `other`.
|
||||||
|
|
||||||
- `network_adapters` (array of objects) - Network adapters attached to the
|
- `network_adapters` (array of objects) - Network adapters attached to the
|
||||||
virtual machine. Example:
|
virtual machine. Example:
|
||||||
|
|
Loading…
Reference in New Issue