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.
This commit is contained in:
parent
06915a77b5
commit
d593d3d2dd
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue