2015-02-07 10:30:02 +00:00
|
|
|
==============
|
|
|
|
install-static
|
|
|
|
==============
|
2015-02-05 22:36:24 +00:00
|
|
|
Copy static files into the built image.
|
|
|
|
|
|
|
|
The contents of any ``static/`` subdirs of elements will be installed into
|
|
|
|
these images at build time using ``rsync -lCr``. So to install a file
|
|
|
|
``/etc/boo``, include ``static/etc/boo`` in your element.
|
|
|
|
|
|
|
|
Note: This installs all files with owner and group of root.
|