commit | a55513de95badebf45f382dfa84bb032252ab08b | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Wed Jul 22 17:43:36 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Wed Jul 22 17:43:36 2015 +0200 |
tree | cddfd912a9e681406af3e8661e34a9a52708aa3c | |
parent | 62c8f832cb25c99bd20277af227f31d232f441ac [diff] |
Fix vagrant output
Packer templates are used to:
Source the config script and set prefered parameters for build
. ./config.sh
Enter build directory by selecting OS type and version. You should see file template.json.
Start building some images:
packer build template.json
Directory http/ contains OS installer config files (preseed/kickstart/..)
Directory scripts/ contains set of scripts for provision after image build.