diff --git a/website/pages/docs/builders/proxmox/clone.mdx b/website/pages/docs/builders/proxmox/clone.mdx index df5b3fc14..892c5e739 100644 --- a/website/pages/docs/builders/proxmox/clone.mdx +++ b/website/pages/docs/builders/proxmox/clone.mdx @@ -190,6 +190,9 @@ in the image's Cloud-Init settings for provisioning. - `full_clone` (bool) - Whether to run a full or shallow clone from the base clone_vm. Defaults to `true`. +- `boot` - (string) - Override default boot order. Format example `order=virtio0;ide2;net0`. + Prior to Proxmox 6.2-15 the format was `cdn` (c:CDROM -> d:Disk -> n:Network) + ## Example: Cloud-Init enabled Debian Here is a basic example creating a Debian 10 server image. This assumes diff --git a/website/pages/docs/builders/proxmox/iso.mdx b/website/pages/docs/builders/proxmox/iso.mdx index b290b5937..d97d1f6e2 100644 --- a/website/pages/docs/builders/proxmox/iso.mdx +++ b/website/pages/docs/builders/proxmox/iso.mdx @@ -256,6 +256,9 @@ builder. - `vm_interface` - (string) - Name of the network interface that Packer gets the VMs IP from. Defaults to the first non loopback interface. +- `boot` - (string) - Override default boot order. Format example `order=virtio0;ide2;net0`. + Prior to Proxmox 6.2-15 the format was `cdn` (c:CDROM -> d:Disk -> n:Network) + ## Boot Command The `boot_command` configuration is very important: it specifies the keys to