summaryrefslogtreecommitdiff
path: root/README
blob: ab16ab19582f36c4743ef4ce02f201427a76d329 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Install cheetah (http://www.cheetahtemplate.org/) templating system, PyYAML.

run make
sudo python setup.py install
then run:
kickstarter -c <images.yaml> -r <repos.yaml>

Example:
 kickstarter  --configs configurations.yaml --repos repos.yaml 

 This configuration.yaml file is an example only, for meego kickstart files,
 consult the image-configurations package

Repo file:
This file contains a list of repositories to be used in the kickstart files

Configurations file:
This file has the definition of configurations. The Configurations inherit 
from platforms first then from the DEFAULT section. The image configurations
override the all other settings (in DEFAULT and platform sections).