From: Andy Allan Date: Wed, 29 Aug 2018 03:43:22 +0000 (+0800) Subject: Suppress the creation of boot logs from the ubuntu image X-Git-Tag: live~2938^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d593d3d2dd6986aa07f5d5268d3e0d7b808590db Suppress the creation of boot logs from the ubuntu image The ubuntu image by default creates a logfile during each boot, but this is uninteresting for our workflow. This switch suppresses the log. --- diff --git a/Vagrantfile b/Vagrantfile index 44d914d75..d10934b37 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -8,6 +8,7 @@ Vagrant.configure("2") do |config| override.vm.synced_folder ".", "/srv/openstreetmap-website" vb.customize ["modifyvm", :id, "--memory", "1024"] vb.customize ["modifyvm", :id, "--cpus", "2"] + vb.customize ["modifyvm", :id, "--uartmode1", "disconnected"] end # use third party image and NFS sharing for lxc