summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjk7744.park <jk7744.park@samsung.com>2015-09-09 02:37:34 +0900
committerjk7744.park <jk7744.park@samsung.com>2015-09-09 02:37:34 +0900
commit7b0238645ff722889275b43dddd10ff1722cc8d9 (patch)
tree4447ede9a5059fc9e816a9b8522d2cf6c21ae917 /README
parent9a8d6f56ffdf6b890ea09c975229b0ffdd87d391 (diff)
downloadkickstarter-tizen_2.3.1_release.tar.gz
kickstarter-tizen_2.3.1_release.tar.bz2
kickstarter-tizen_2.3.1_release.zip
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..ab16ab1
--- /dev/null
+++ b/README
@@ -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).