How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "shekeriev/almalinux-9.3-efi"
  config.vm.box_version = "0.1"
end
vagrant init shekeriev/almalinux-9.3-efi \
  --box-version 0.1
vagrant up

This version was created 8 months ago.

Updated as of 2024.01.30.

3 providers for this version.
  • hyperv
    amd64 Hosted by Vagrant Cloud (950 MB)
  • virtualbox
    amd64 Hosted by Vagrant Cloud (936 MB)
  • vmware_desktop
    amd64 Hosted by Vagrant Cloud (999 MB)