How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "starlabio/centos8-4-titanium-test"
end
vagrant init starlabio/centos8-4-titanium-test
vagrant up
This version was created 12 months ago.
Removed filebench and added libaio-devel package
This version was created 12 months ago.
Added python3_systemd package and removed yum update.
This version was created about 1 year ago.
Move centos-8.4 to CentOS vault
This version was created about 1 year ago.
Remove docker installation
This version was created over 1 year ago.
Remove sticking to a specific systemd version - use the defalut
This version was created over 1 year ago.
Initial version