How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "movq/gentoo-box"
config.vm.box_version = "0.1"
end
vagrant init movq/gentoo-box \
--box-version 0.1
vagrant up
This version was created almost 3 years ago.
Gentoo box, amd64, openrc, early October 2021. Change vagrant and root user password or, even better, disable password access!