Skip to content

Commit 9b1edb4

Browse files
committed
disable serial
1 parent 0ee7254 commit 9b1edb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Vagrantfile

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Vagrant.configure("2") do |config|
1010
end
1111
config.vm.provider :virtualbox do |vb|
1212
vb.name = "openapi-tutorial"
13+
vb.customize [ "modifyvm", :id, "--uartmode1", "disconnected" ]
1314
end
1415
config.ssh.keep_alive = true
1516
config.ssh.username = "ubuntu"

0 commit comments

Comments
 (0)