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"