support/misc: updating Vagrantfile to ubuntu 18.04
authorAngelo Compagnucci <angelo@amarulasolutions.com>
Mon, 13 Aug 2018 08:49:12 +0000 (10:49 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 13 Aug 2018 09:45:48 +0000 (11:45 +0200)
This patch updates the vagrant box to ubuntu bionic 64 and switches back
to the official ubuntu image cause the issues with the official image
are now solved.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/misc/Vagrantfile

index cca0a3db3d919281b523b518a8ebf97f1bc4dff2..acfc8abfc8103c39bdfdb5d770afc88a21bdd54a 100644 (file)
@@ -12,7 +12,7 @@ VM_MEMORY=2048
 VM_CORES=1
 
 Vagrant.configure('2') do |config|
-       config.vm.box = 'bento/ubuntu-16.04'
+       config.vm.box = 'ubuntu/bionic64'
 
        config.vm.provider :vmware_fusion do |v, override|
                v.vmx['memsize'] = VM_MEMORY