This repo contain definition files to build a Vagrant box based latest CentOS 7 iso image. This definition is made for fully-automated installation.
NOTICE! When virtualbox window opens, and you'll see a countdown for starting installation, DON'T DO ANYTHING! Installation will proceseed further automatically in few seconds!
You need to install Vagrant and veewee with your favorite package manager to build the image.
Checkout this repo. You'll need inside repo directory to build a box.
Just run the following command in the repository root:
$ veewee vbox build CentOS-7.1
$ veewee vbox export CentOS-7.1
- If you can't authentificate to vagrant image please do this:
config.ssh.insert_key = false
in your Vagrantfile