We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30a7d9b + f8f1bc9 commit 67a1477Copy full SHA for 67a1477
Vagrantfile.fedora
@@ -2,8 +2,9 @@
2
# vi: set ft=ruby :
3
4
Vagrant.configure("2") do |config|
5
-# Fedora box is used for testing cgroup v2 support
6
- config.vm.box = "fedora/39-cloud-base"
+ config.vm.box = "fedora-40"
+ # For URL, check https://www.fedoraproject.org/cloud/download
7
+ config.vm.box_url = "https://download.fedoraproject.org/pub/fedora/linux/releases/40/Cloud/x86_64/images/Fedora-Cloud-Base-Vagrant-libvirt.x86_64-40-1.14.vagrant.libvirt.box"
8
config.vm.provider :virtualbox do |v|
9
v.memory = 2048
10
v.cpus = 2
0 commit comments