How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "coremedia/base7"
config.vm.box_version = "2.0.2"
end
vagrant init coremedia/base7 \
--box-version 2.0.2
vagrant up
This version was created almost 8 years ago.
Using rolling ISO media release CentOS 7 September 2015 (1509) plus updates
Added workaround for https://bugs.centos.org/view.php?id=8490 (https://bugzilla.redhat.com/show_bug.cgi?id=1212883)
based on eb0eda8aededc8e88ac4dd29b53b0a19e42edd52 (initiated by edehde)