No, do not do serial console

This commit is contained in:
Greg Hellings
2024-07-13 01:33:27 -05:00
parent b8029ab985
commit f74011333b
19 changed files with 9 additions and 20 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ iso = {
checksum = "4cc7e1c9f4e97b384f0d8731f317b5995bde256fcc17160d32359cab923c5892"
}
boot_command = [
"e<down><down><down><end> net.ifnames=0 biosdevnames=0 console=ttyS0<enter>",
"e<down><down><down><end> net.ifnames=0 biosdevnames=0 <enter>",
"<wait60>", # Wait for system to come up?
"curl -o /tmp/install.sh http://{{ .HTTPIP }}:{{ .HTTPPort }}/install.sh<enter>",
"<wait5>",