]> git.openstreetmap.org Git - rails.git/commitdiff
Suppress the creation of boot logs from the ubuntu image
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 29 Aug 2018 03:43:22 +0000 (11:43 +0800)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 29 Aug 2018 03:43:22 +0000 (11:43 +0800)
The ubuntu image by default creates a logfile during each boot, but this
is uninteresting for our workflow. This switch suppresses the log.

Vagrantfile

index 44d914d75a1816c9b5f7591274c70e96e182f54e..d10934b3736b0c3c3f936deee7a885824b4c36f2 100644 (file)
@@ -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