Skip to content

Commit

Permalink
boot_wait 10s for debian
Browse files Browse the repository at this point in the history
  • Loading branch information
goffinet committed Oct 20, 2024
1 parent ed7f45f commit 1431212
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion debian12.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ source "qemu" "debian12" {
shutdown_command = "sudo /usr/sbin/shutdown -h now"
ssh_password = var.ssh_password
ssh_username = var.ssh_username
boot_wait = "3s"
boot_wait = "10s"
ssh_handshake_attempts = 500
ssh_timeout = "45m"
ssh_wait_timeout = "45m"
Expand Down
2 changes: 1 addition & 1 deletion roles/build_packer_templates/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ additional_parameters: |
ssh_wait_timeout = "30m"
boot_wait = "10s"
{%- elif type == 'debian' -%}
boot_wait = "3s"
boot_wait = "10s"
ssh_handshake_attempts = 500
ssh_timeout = "45m"
ssh_wait_timeout = "45m"
Expand Down
2 changes: 1 addition & 1 deletion ubuntu2004.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ source "qemu" "ubuntu2004" {
shutdown_command = "sudo /usr/sbin/shutdown -h now"
ssh_password = var.ssh_password
ssh_username = var.ssh_username
boot_wait = "3s"
boot_wait = "10s"
ssh_handshake_attempts = 500
ssh_timeout = "45m"
ssh_wait_timeout = "45m"
Expand Down
2 changes: 1 addition & 1 deletion ubuntu2204.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ source "qemu" "ubuntu2204" {
shutdown_command = "sudo /usr/sbin/shutdown -h now"
ssh_password = var.ssh_password
ssh_username = var.ssh_username
boot_wait = "3s"
boot_wait = "10s"
ssh_handshake_attempts = 500
ssh_timeout = "45m"
ssh_wait_timeout = "45m"
Expand Down
2 changes: 1 addition & 1 deletion ubuntu2404.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ source "qemu" "ubuntu2404" {
shutdown_command = "sudo /usr/sbin/shutdown -h now"
ssh_password = var.ssh_password
ssh_username = var.ssh_username
boot_wait = "3s"
boot_wait = "10s"
ssh_handshake_attempts = 500
ssh_timeout = "45m"
ssh_wait_timeout = "45m"
Expand Down

0 comments on commit 1431212

Please sign in to comment.