From c3fd4eaff92de990f90102dcd5c67277473ad494 Mon Sep 17 00:00:00 2001 From: Iwan Clement Date: Mon, 17 Jan 2022 10:04:28 +0100 Subject: [PATCH] another boot try --- data/QuickAndDirty/test.pkr.hcl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/QuickAndDirty/test.pkr.hcl b/data/QuickAndDirty/test.pkr.hcl index 7bf079f..60083a1 100644 --- a/data/QuickAndDirty/test.pkr.hcl +++ b/data/QuickAndDirty/test.pkr.hcl @@ -41,16 +41,16 @@ source "proxmox" "ubuntu" { format = "raw" } boot_wait = "5s" - #boot_command = [ - # " ", - # "autoinstall ds=nocloud-net;seedfrom=http://{{ .HTTPIP }}:{{ .HTTPPort }}/", - # "" - #] boot_command = [ " ", - "autoinstall ds=nocloud;", + "autoinstall ds=nocloud-net;seedfrom=http://{{ .HTTPIP }}:{{ .HTTPPort }}/", "" ] + #boot_command = [ + # " ", + # "autoinstall ds=nocloud;", + # "" + #] } build {