File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ That's it.
2525After the installation has finished, you can access the virtual machine with
2626
2727 host $ vagrant ssh
28- Welcome to Ubuntu 19.04 (GNU/Linux 5.0 .0-13 -generic x86_64)
28+ Welcome to Ubuntu 19.10 (GNU/Linux 5.3 .0-18 -generic x86_64)
2929 ...
3030 vagrant@rails-dev-box:~$
3131
Original file line number Diff line number Diff line change 11# -*- mode: ruby -*-
22# vi: set ft=ruby :
33Vagrant . configure ( '2' ) do |config |
4- config . vm . box = 'ubuntu/disco64 ' # 19.04
4+ config . vm . box = 'ubuntu/eoan64 ' # 19.10
55 config . vm . hostname = 'rails-dev-box'
66
77 config . vm . network :forwarded_port , guest : 3000 , host : 3000
@@ -12,4 +12,7 @@ Vagrant.configure('2') do |config|
1212 v . memory = ENV . fetch ( 'RAILS_DEV_BOX_RAM' , 2048 ) . to_i
1313 v . cpus = ENV . fetch ( 'RAILS_DEV_BOX_CPUS' , 2 ) . to_i
1414 end
15+
16+ config . vm . boot_timeout = 600
17+
1518end
You can’t perform that action at this time.
0 commit comments