Skip to content

Commit

Permalink
issued fix based on hashicorp/packer#12118
Browse files Browse the repository at this point in the history
  • Loading branch information
jhajek committed Feb 9, 2023
1 parent f41688a commit 32eb69b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ source "virtualbox-iso" "ubuntu-22041-live-server" {
ssh_password = "${var.user-ssh-password}"
ssh_timeout = "25m"
#ssh_handshake_attempts = 9000
vboxmanage = [["modifyvm", "{{ .Name }}", "--memory", "${var.memory_amount}"]]
vboxmanage = [["modifyvm", "{{ .Name }}", "--memory", "${var.memory_amount}"],["modifyvm", "{{.Name}}", "--nat-localhostreachable1", "on"]]
virtualbox_version_file = ".vbox_version"
vm_name = "ubuntu-jammy"
headless = "${var.headless_build}"
Expand Down

0 comments on commit 32eb69b

Please sign in to comment.