How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jdputsch/centos-9-aarch64-cis"
end
vagrant init jdputsch/centos-9-aarch64-cis
vagrant up
This version was created about 1 year ago.
update-crypto-policies --set DEFAULT
This version was created about 1 year ago.
Fix initial size of /var
This version was created about 1 year ago.
Shrink /var and / partitions.
This version was created about 1 year ago.
Fix Parallels tool install
This version was created about 1 year ago.
Add Vagrant insecure public ssh key. Disable video & audio.
This version was created about 1 year ago.
Initial version.