initial boot command

This commit is contained in:
2022-01-17 09:55:08 +01:00
parent 1d6cf01abd
commit e4920e6b36

View File

@@ -41,16 +41,16 @@ source "proxmox" "ubuntu" {
format = "raw" format = "raw"
} }
boot_wait = "5s" boot_wait = "5s"
boot_command = [
"<enter><wait><enter><wait><f6><esc><wait> ",
"autoinstall ds=nocloud-net;seedfrom=http://{{ .HTTPIP }}:{{ .HTTPPort }}/",
"<enter><wait>"
]
#boot_command = [ #boot_command = [
# "<enter><wait2><enter><wait2><f6><esc><wait2> ", # "<enter><wait><enter><wait><f6><esc><wait> ",
# "autoinstall<wait2> ds=nocloud;", # "autoinstall ds=nocloud-net;seedfrom=http://{{ .HTTPIP }}:{{ .HTTPPort }}/",
# "<wait><enter>" # "<enter><wait>"
#] #]
boot_command = [
"<enter><wait2><enter><wait2><f6><esc><wait2> ",
"autoinstall<wait2> ds=nocloud;",
"<wait><enter>"
]
} }
build { build {