From b3efba186ba80c90a809114a049017e7251a5a8b Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Wed, 6 May 2020 10:17:09 +0200 Subject: [PATCH] distro/tests: switch to generic/ubuntu2004 box --- distro/tests/ubuntu2004/Vagrantfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/distro/tests/ubuntu2004/Vagrantfile b/distro/tests/ubuntu2004/Vagrantfile index 3b358b4c5..3d5c40a51 100644 --- a/distro/tests/ubuntu2004/Vagrantfile +++ b/distro/tests/ubuntu2004/Vagrantfile @@ -5,8 +5,7 @@ Vagrant.configure(2) do |config| - # TODO switch to generic/ubuntu2004 once available (has libvirt box as well) - config.vm.box = "ubuntu/focal64" + config.vm.box = "generic/ubuntu2004" config.vm.synced_folder ".", "/vagrant", disabled: true config.vm.define "ubuntu2004_knot-resolver" do |machine| -- 2.47.2