Skip to content

Commit

Permalink
Vagrant Fix for Windows (#3826)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus Rocha Vieira authored and NateBrady23 committed Sep 17, 2018
1 parent 2fdf915 commit 10c7696
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deployment/vagrant/Vagrantfile
Expand Up @@ -19,4 +19,10 @@ Vagrant.configure("2") do |config|
provider_virtualbox(config)
provider_libvirt(config)

config.ssh.insert_key = false

config.vm.provider "virtualbox" do |vb|
vb.customize [ "modifyvm", :id, "--uartmode1", "disconnected" ]
end

end

0 comments on commit 10c7696

Please sign in to comment.