diff --git a/data/QuickAndDirty/test.pkr.hcl b/data/QuickAndDirty/test.pkr.hcl index 3ee8d03..300d244 100644 --- a/data/QuickAndDirty/test.pkr.hcl +++ b/data/QuickAndDirty/test.pkr.hcl @@ -43,10 +43,16 @@ source "proxmox" "ubuntu" { #cd_files = ["./ubuntu-20.04/user-data", "./ubuntu-20.04/meta-data"] #cd_label = "cidata" boot_command = [ - " ", - "autoinstall ds=nocloud;", - "" + " ", + "autoinstall ds=nocloud-net;seedfrom=http://{{ .HTTPIP }}:{{ .HTTPPort }}/", + "" ] + shutdown_command": "shutdown -P now" + #boot_command = [ + # " ", + # "autoinstall ds=nocloud;", + # "" + #] } build {