Skip to content

Commit

Permalink
M #-: Extend Freebsd timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel committed Dec 7, 2023
1 parent 46a7117 commit 98337d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packer/freebsd/freebsd.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source "qemu" "freebsd" {

headless = var.headless

boot_wait = "45s"
boot_wait = "60s"
boot_command = lookup(var.boot_cmd, var.version, [])

disk_cache = "unsafe"
Expand Down
2 changes: 1 addition & 1 deletion packer/freebsd/variables.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ variable "boot_cmd" {
"F<wait>", # Finish
"C<wait>", # Commit

"<wait2m30s>",
"<wait5m>",

"opennebula<enter><wait>", # Root password
"opennebula<enter><wait>",
Expand Down

0 comments on commit 98337d0

Please sign in to comment.