Be more patient for Arch boot

This commit is contained in:
Greg Hellings
2024-06-29 21:31:19 -05:00
parent e91329f46f
commit 297f3fc473
+1 -1
View File
@@ -6,7 +6,7 @@ iso = {
}
boot_command = [
"e<down><down><down><end> net.ifnames=0 biosdevnames=0<f10>",
"<wait30>", # Wait for system to come up?
"<wait60>", # Wait for system to come up?
"curl -o /tmp/install.sh http://{{ .HTTPIP }}:{{ .HTTPPort }}/install.sh<enter>",
"<wait5>",
"/usr/bin/bash /tmp/install.sh {{ .HTTPPort }} {{ .HTTPIP }}<enter>"