How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "rhel-conversions/centos-8.4-uefi"
config.vm.box_version = "8.4.2105"
end
vagrant init rhel-conversions/centos-8.4-uefi \
--box-version 8.4.2105
vagrant up
This version was created 7 months ago.
There isn't a description.