7f6dbe534f
We just dont express it. Change-Id: Id4235d262ec9db9797ece76fce94541998fbf4fc |
||
---|---|---|
.. | ||
install.d | ||
element-deps | ||
package-installs.yaml | ||
README.rst |
install-static
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.