From 260a2711ebde38597e00c599076fb90699b481c0 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 18 Aug 2025 10:28:53 -0500 Subject: [PATCH] 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 --- distros/alpine/3.19.0/amd64.pkrvars.hcl | 2 +- distros/alpine/3.20/amd64.pkrvars.hcl | 2 +- distros/alpine/3.21/amd64.pkrvars.hcl | 2 +- distros/alpine/3.22/amd64.pkrvars.hcl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/distros/alpine/3.19.0/amd64.pkrvars.hcl b/distros/alpine/3.19.0/amd64.pkrvars.hcl index 6a7703b..80322aa 100644 --- a/distros/alpine/3.19.0/amd64.pkrvars.hcl +++ b/distros/alpine/3.19.0/amd64.pkrvars.hcl @@ -15,5 +15,5 @@ boot_command = [ "/bin/ash ./answers.cfg.sh 2>&1 | tee install.log", ] http_directory = "distros/alpine/3.19.0/http/" -boot_wait = "20s" +boot_wait = "40s" shutdown_command = "sudo poweroff" diff --git a/distros/alpine/3.20/amd64.pkrvars.hcl b/distros/alpine/3.20/amd64.pkrvars.hcl index 86d0d4a..27cf63e 100644 --- a/distros/alpine/3.20/amd64.pkrvars.hcl +++ b/distros/alpine/3.20/amd64.pkrvars.hcl @@ -15,5 +15,5 @@ boot_command = [ "/bin/ash ./answers.cfg.sh 2>&1 | tee install.log", ] http_directory = "distros/alpine/3.20/http/" -boot_wait = "20s" +boot_wait = "40s" shutdown_command = "sudo poweroff" diff --git a/distros/alpine/3.21/amd64.pkrvars.hcl b/distros/alpine/3.21/amd64.pkrvars.hcl index 45c7b72..c292a20 100644 --- a/distros/alpine/3.21/amd64.pkrvars.hcl +++ b/distros/alpine/3.21/amd64.pkrvars.hcl @@ -15,5 +15,5 @@ boot_command = [ "/bin/ash ./answers.cfg.sh 2>&1 | tee install.log", ] http_directory = "distros/alpine/3.21/http/" -boot_wait = "20s" +boot_wait = "40s" shutdown_command = "sudo poweroff" diff --git a/distros/alpine/3.22/amd64.pkrvars.hcl b/distros/alpine/3.22/amd64.pkrvars.hcl index 0ebb316..3ab3fde 100644 --- a/distros/alpine/3.22/amd64.pkrvars.hcl +++ b/distros/alpine/3.22/amd64.pkrvars.hcl @@ -15,5 +15,5 @@ boot_command = [ "/bin/ash ./answers.cfg.sh 2>&1 | tee install.log", ] http_directory = "distros/alpine/3.22/http/" -boot_wait = "20s" +boot_wait = "40s" shutdown_command = "sudo poweroff"