diskimage-builder/elements/install-static
Gregory Haynes c4bbb6f3bc Create docs site containing element READMEs
We currently do not have the ability to create a docs site which
outlines all the elements.

Change-Id: I77ccf61e0c4b1509b3e7ce9b8f15ea5ccfd50d9b
2015-02-10 11:45:35 -08:00
..
install.d Add install-static element 2015-02-05 15:47:05 -08: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.