From 592b12878e904b242d7be862d73cb37ad021fc80 Mon Sep 17 00:00:00 2001 From: Travis Milum Date: Mon, 8 Jul 2024 15:18:12 -0700 Subject: [PATCH] Clarification --- docs/book/src/capi/providers/proxmox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/capi/providers/proxmox.md b/docs/book/src/capi/providers/proxmox.md index 55c340f89d..3a7cb6d20a 100644 --- a/docs/book/src/capi/providers/proxmox.md +++ b/docs/book/src/capi/providers/proxmox.md @@ -14,7 +14,7 @@ The image build process expects a few things to be in place before the build pro * The packer proxmox integration currently does not support the ability to assign static IPs, thus DHCP is required. * Access to internet hosts is optional, but the VM will not be able to apply any current updates and will need to be manually rebooted to get a clean cloud-init status. 2. The build VM must be accessible via SSH from the host running `make build-proxmox...` -3. The build VM must have DHCP, DNS, HTTP, HTTPS and NTP services available on the network to successfully update the OS packages. +3. The build VM must have DHCP, DNS, HTTP, HTTPS and NTP accessibility to successfully update the OS packages. ## Building Images