commit | 598ed520193c370eb27a2b537dc73158b36e197f | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Wed Jul 22 22:36:27 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Wed Jul 22 22:36:27 2015 +0200 |
tree | c2e9c163d00a9ad18b606ee3f91fafcd409f626d | |
parent | 771f59ca03f3fa5d012691fd3b3e488e1f518470 [diff] |
Fix typo
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.