Skip to content

Commit

Permalink
https://github.com/hashicorp/packer/issues/12118#issuecomment-1337627122
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Jun 19, 2024
1 parent 8958ace commit 6951f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Vagrant.configure("2") do |config|
virtualbox.memory = 8192
virtualbox.customize ["modifyvm", :id, "--cpu-profile", "host"]
virtualbox.customize ["modifyvm", :id, "--nested-hw-virt", "on"]
virtualbox.customize ["modifyvm", :id, "--nat-localhostreachable1", "on"]

override.vm.disk :disk, name: "sdb", size: "10GB"
override.vm.synced_folder "./", "/vagrant"
Expand Down

0 comments on commit 6951f12

Please sign in to comment.