Increase boot wait time for Alpine

When a build host is under heavy load, the Alpine text can sometimes be
entered before the boot has completed. So we increase the wait time to
avoid this in the future. There is no real harm from increasing wait
time, as there is no timeout on the login prompt
This commit is contained in:
Greg Hellings
2025-08-18 10:28:53 -05:00
parent 147a7a7d56
commit 260a2711eb
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -15,5 +15,5 @@ boot_command = [
"/bin/ash ./answers.cfg.sh 2>&1 | tee install.log<enter>",
]
http_directory = "distros/alpine/3.19.0/http/"
boot_wait = "20s"
boot_wait = "40s"
shutdown_command = "sudo poweroff"
+1 -1
View File
@@ -15,5 +15,5 @@ boot_command = [
"/bin/ash ./answers.cfg.sh 2>&1 | tee install.log<enter>",
]
http_directory = "distros/alpine/3.20/http/"
boot_wait = "20s"
boot_wait = "40s"
shutdown_command = "sudo poweroff"
+1 -1
View File
@@ -15,5 +15,5 @@ boot_command = [
"/bin/ash ./answers.cfg.sh 2>&1 | tee install.log<enter>",
]
http_directory = "distros/alpine/3.21/http/"
boot_wait = "20s"
boot_wait = "40s"
shutdown_command = "sudo poweroff"
+1 -1
View File
@@ -15,5 +15,5 @@ boot_command = [
"/bin/ash ./answers.cfg.sh 2>&1 | tee install.log<enter>",
]
http_directory = "distros/alpine/3.22/http/"
boot_wait = "20s"
boot_wait = "40s"
shutdown_command = "sudo poweroff"