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.