From b56b3dda5faa5b0629829bbca0ccb5089dee590f Mon Sep 17 00:00:00 2001 From: Calle Pettersson Date: Sun, 21 Apr 2019 08:33:51 +0200 Subject: [PATCH] Fix os parameter documentation --- website/source/docs/builders/proxmox.html.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/source/docs/builders/proxmox.html.md b/website/source/docs/builders/proxmox.html.md index ea8beb58d..2345c1911 100644 --- a/website/source/docs/builders/proxmox.html.md +++ b/website/source/docs/builders/proxmox.html.md @@ -71,8 +71,9 @@ builder. - `sockets` (int) - How many CPU sockets to give the virtual machine. Defaults to `1` -- `os` (string) - The operating system. Can be `linux`, `windows`, `solaris` - or `other`. Defaults to `other`. +- `os` (string) - The operating system. Can be `wxp`, `w2k`, `w2k3`, `w2k8`, + `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 virtual machine. Example: