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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user