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 over 2 years ago.
Removed filebench and added libaio-devel package
This version was created over 2 years ago.
Added python3_systemd package and removed yum update.
This version was created over 2 years ago.
Move centos-8.4 to CentOS vault
This version was created over 2 years ago.
Remove docker installation
This version was created almost 3 years ago.
Remove sticking to a specific systemd version - use the defalut
This version was created almost 3 years ago.
Initial version