We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee7254 commit 9b1edb4Copy full SHA for 9b1edb4
Vagrantfile
@@ -10,6 +10,7 @@ Vagrant.configure("2") do |config|
10
end
11
config.vm.provider :virtualbox do |vb|
12
vb.name = "openapi-tutorial"
13
+ vb.customize [ "modifyvm", :id, "--uartmode1", "disconnected" ]
14
15
config.ssh.keep_alive = true
16
config.ssh.username = "ubuntu"
0 commit comments