diskimage-builder/elements/install-static
Gregory Haynes 7f6dbe534f Install-static depends on rsync
We just dont express it.

Change-Id: Id4235d262ec9db9797ece76fce94541998fbf4fc
2015-08-17 16:21:09 +00:00
..
install.d Standarise tracing for scripts 2015-02-12 10:41:32 +11:00
element-deps Install-static depends on rsync 2015-08-17 16:21:09 +00:00
package-installs.yaml Install-static depends on rsync 2015-08-17 16:21:09 +00:00
README.rst Create docs site containing element READMEs 2015-02-10 11:45:35 -08:00

==============
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.