This commit is contained in:
2022-01-17 09:41:12 +01:00
parent 7379c58a81
commit 54fa12a331

View File

@@ -43,10 +43,16 @@ source "proxmox" "ubuntu" {
#cd_files = ["./ubuntu-20.04/user-data", "./ubuntu-20.04/meta-data"]
#cd_label = "cidata"
boot_command = [
"<enter><wait2><enter><wait2><f6><esc><wait2> ",
"autoinstall<wait2> ds=nocloud;",
"<wait><enter>"
"<enter><wait><enter><wait><f6><esc><wait> ",
"autoinstall ds=nocloud-net;seedfrom=http://{{ .HTTPIP }}:{{ .HTTPPort }}/",
"<enter><wait>"
]
shutdown_command": "shutdown -P now"
#boot_command = [
# "<enter><wait2><enter><wait2><f6><esc><wait2> ",
# "autoinstall<wait2> ds=nocloud;",
# "<wait><enter>"
#]
}
build {