packaging: update changelog (installerfw_plugins)
[platform/upstream/kickstarter.git] / README.md
1 kickstarter
2 ===========
3
4 Kickstart file generator based on YAML formated meta data
5
6 Installation
7 ------------
8
9 Install cheetah (http://www.cheetahtemplate.org/) templating system, PyYAML.
10
11 run make
12 sudo python setup.py install
13
14 Usage
15 -----
16
17 kickstarter -c <images.yaml> -r <repos.yaml>
18
19 Example:
20
21     kickstarter  --configs configurations.yaml --repos repos.yaml 
22
23 This configuration.yaml file is an example only, for meego kickstart files,
24 consult the image-configurations package
25
26 Repo file
27 ---------
28
29 This file contains a list of repositories to be used in the kickstart files
30
31 Configurations file
32 -------------------
33
34 This file has the definition of configurations. The Configurations inherit 
35 from platforms first then from the DEFAULT section. The image configurations
36 override the all other settings (in DEFAULT and platform sections).