blob: ac2f92579e9f50d8dc1b5ccc69d203fceef977d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
kickstarter
===========
Kickstart file generator based on YAML formated meta data
Installation
------------
Install cheetah (http://www.cheetahtemplate.org/) templating system, PyYAML.
run make
sudo python setup.py install
Usage
-----
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).
|