File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,11 @@ USB_IDS = [
2525]
2626
2727Vagrant . configure ( "2" ) do |config |
28- config . vm . box = "fedora/39-cloud-base"
2928
3029 config . vm . provider "virtualbox" do |virtualbox , override |
30+ override . vm . box = "fedora/43-cloud-base"
31+ override . vm . box_url = "https://download.fedoraproject.org/pub/fedora/linux/releases/43/Cloud/x86_64/images/Fedora-Cloud-Base-Vagrant-VirtualBox-43-1.6.x86_64.vagrant.virtualbox.box"
32+
3133 virtualbox . cpus = CPUS
3234 virtualbox . memory = MEMORY
3335 virtualbox . default_nic_type = "virtio"
@@ -43,6 +45,9 @@ Vagrant.configure("2") do |config|
4345 end
4446
4547 config . vm . provider "libvirt" do |libvirt , override |
48+ override . vm . box = "fedora/43-cloud-base"
49+ override . vm . box_url = "https://download.fedoraproject.org/pub/fedora/linux/releases/43/Cloud/x86_64/images/Fedora-Cloud-Base-Vagrant-libvirt-43-1.6.x86_64.vagrant.libvirt.box"
50+
4651 libvirt . cpus = CPUS
4752 libvirt . memory = MEMORY
4853
You can’t perform that action at this time.
0 commit comments