diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-09-09 02:37:34 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-09-09 02:37:34 +0900 |
commit | 7b0238645ff722889275b43dddd10ff1722cc8d9 (patch) | |
tree | 4447ede9a5059fc9e816a9b8522d2cf6c21ae917 /README | |
parent | 9a8d6f56ffdf6b890ea09c975229b0ffdd87d391 (diff) | |
download | kickstarter-tizen_2.3.1_release.tar.gz kickstarter-tizen_2.3.1_release.tar.bz2 kickstarter-tizen_2.3.1_release.zip |
tizen 2.3.1 releasetizen_2.3.1_releasesubmit/tizen_2.3.1/20150915.101145tizen_2.3.1
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,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). |