How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "jonaspeitz/centos_kvm"
  config.vm.box_version = "1"
end
vagrant init jonaspeitz/centos_kvm \
  --box-version 1
vagrant up

This version was created 9 months ago.

There isn't a description.

2 providers for this version.
  • https://mirror.stream.centos.org/9-stream/BaseOS/aarch64/iso/CentOS-Stream-9-20230313.0-aarch64-boot.iso
    unknown Hosted by Vagrant Cloud
  • qemu
    unknown Externally hosted (mirror.stream.centos.org)