From aa70d537baf5d16de098c6361a6207543f198449 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Mon, 19 Jul 2021 20:49:06 -0700 Subject: [PATCH] Update LibVirt Box Fix #680 --- Vagrant/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrant/Vagrantfile b/Vagrant/Vagrantfile index 2ffed13..8dedce5 100644 --- a/Vagrant/Vagrantfile +++ b/Vagrant/Vagrantfile @@ -41,7 +41,7 @@ Vagrant.configure("2") do |config| # Which storage pool path to use. Default to /var/lib/libvirt/images or ~/.local/share/libvirt/images depending on if you are running a system or user QEMU/KVM session. #libvirt.storage_pool_path = '/media/storage_nvme/system_session_vm_pool' lv.storage_pool_name = 'default' - override.vm.box = "generic/ubuntu1604" + override.vm.box = "generic/ubuntu1804" override.vm.synced_folder './', '/vagrant', type: 'rsync' end end