From e4920e6b36b2fd5f24ba71cd6417346cbe0ada86 Mon Sep 17 00:00:00 2001 From: Iwan Clement Date: Mon, 17 Jan 2022 09:55:08 +0100 Subject: [PATCH] initial boot command --- data/QuickAndDirty/test.pkr.hcl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/data/QuickAndDirty/test.pkr.hcl b/data/QuickAndDirty/test.pkr.hcl index d352a18..7bf079f 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 {