Initial import
[platform/upstream/kickstarter.git] / README
1 Install cheetah (http://www.cheetahtemplate.org/) templating system, PyYAML.
2
3 run make
4 then run:
5 python kickstarter.py -c <images.yaml> -r <repos.yaml>
6
7 Example:
8  python kickstarter.py  --configs configurations.yaml --repos repos.yaml 
9
10 Repo file:
11 This file contains a list of repositories to be used in the kickstart files
12
13 Configurations file:
14 This file has the definition of configurations. The Configurations inherit 
15 from platforms first then from the DEFAULT section. The image configurations
16 override the all other settings (in DEFAULT and platform sections).