Skip to content

Commit

Permalink
Fix VirtualBox 7 build
Browse files Browse the repository at this point in the history
Adds custom vboxmanage config to Packer build. Needed for VirtualBox 7
compatibility.

Source:
hashicorp/packer#12118 (comment)
  • Loading branch information
sei-mkaar committed Jan 12, 2023
1 parent 41e426a commit ebe33bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions foundry-appliance.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ source "virtualbox-iso" "foundry-appliance" {
ssh_password = "${var.ssh_password}"
ssh_timeout = "30m"
ssh_username = "${var.ssh_username}"
vboxmanage = [
["modifyvm", "{{.Name}}", "--nat-localhostreachable1", "on"],
]
vm_name = "foundry-appliance-${var.appliance_version}"
}

Expand Down

0 comments on commit ebe33bb

Please sign in to comment.