Update LibVirt Box

Fix #680
This commit is contained in:
Chris Long
2021-07-19 20:49:06 -07:00
committed by GitHub
parent 3220a55a8d
commit aa70d537ba

2
Vagrant/Vagrantfile vendored
View File

@@ -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. # 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' #libvirt.storage_pool_path = '/media/storage_nvme/system_session_vm_pool'
lv.storage_pool_name = 'default' lv.storage_pool_name = 'default'
override.vm.box = "generic/ubuntu1604" override.vm.box = "generic/ubuntu1804"
override.vm.synced_folder './', '/vagrant', type: 'rsync' override.vm.synced_folder './', '/vagrant', type: 'rsync'
end end
end end