How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "ekko919/Rocky-9.x"
config.vm.box_version = "2023.11.08"
end
vagrant init ekko919/Rocky-9.x \
--box-version 2023.11.08
vagrant up
This version was created 9 months ago.
This is the first build release for VSL (Vagrant Server Lab) project for Rocky 9.x OS. LVM partition schema applied to this box.