Be more patient for Arch boot
This commit is contained in:
@@ -6,7 +6,7 @@ iso = {
|
|||||||
}
|
}
|
||||||
boot_command = [
|
boot_command = [
|
||||||
"e<down><down><down><end> net.ifnames=0 biosdevnames=0<f10>",
|
"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>",
|
"curl -o /tmp/install.sh http://{{ .HTTPIP }}:{{ .HTTPPort }}/install.sh<enter>",
|
||||||
"<wait5>",
|
"<wait5>",
|
||||||
"/usr/bin/bash /tmp/install.sh {{ .HTTPPort }} {{ .HTTPIP }}<enter>"
|
"/usr/bin/bash /tmp/install.sh {{ .HTTPPort }} {{ .HTTPIP }}<enter>"
|
||||||
|
|||||||
Reference in New Issue
Block a user