Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

Commit

Permalink
Improve package building
Browse files Browse the repository at this point in the history
  • Loading branch information
niels-nijens committed Sep 28, 2018
1 parent ce09636 commit 82368ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,12 @@ Vagrant.configure("2") do |config|

# Execute LAMP packages installation and configuration
config.vm.provision "shell", path: "provision/base.sh"

# Keep Vagrant insecure public key
config.ssh.insert_key = false

# Disable default serial port logging connection of Ubuntu box
config.vm.provider 'virtualbox' do |vb|
vb.customize [ 'modifyvm', :id, '--uartmode1', 'disconnected']
end
end

0 comments on commit 82368ec

Please sign in to comment.