From 11550316a209f81da5e78f50b2dda78c878e6d64 Mon Sep 17 00:00:00 2001 From: Iwan Clement Date: Mon, 17 Jan 2022 09:46:01 +0100 Subject: [PATCH] boot_wait --- data/QuickAndDirty/test.pkr.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/data/QuickAndDirty/test.pkr.hcl b/data/QuickAndDirty/test.pkr.hcl index 603f241..b0291db 100644 --- a/data/QuickAndDirty/test.pkr.hcl +++ b/data/QuickAndDirty/test.pkr.hcl @@ -42,6 +42,7 @@ source "proxmox" "ubuntu" { } #cd_files = ["./ubuntu-20.04/user-data", "./ubuntu-20.04/meta-data"] #cd_label = "cidata" + boot_wait = "5s" boot_command = [ " ", "autoinstall ds=nocloud-net;seedfrom=http://{{ .HTTPIP }}:{{ .HTTPPort }}/",