Revision 84472880 README

b/README
67 67
              'dump', or 'qemu'.  (default: dump).
68 68
- IMAGE_DIR:  Override default location for images.
69 69
              (default: ``$localstatedir/cache/ganeti-instance-image``)
70
- OVERLAY:    Overlay of files to be copied to the instance after OS
71
              installation. This is useful for situations where you want to copy
72
              instance specific configs such as resolv.conf.
70 73
- ARCH:       Define the architecture of the image to use. Accepts either 'x86'
71 74
              or 'x86_64'.
72 75
- CUSTOMIZE_DIR: A directory containing customization script for the instance.
......
305 308
Debian/Ubuntu since the keys won't be regenerated via the init script. We plan
306 309
to fix this manually at some point in the future.
307 310

  
311
Overlays
312
~~~~~~~~
313

  
314
When enabled it will copy a directory of files recursively into the instance.
315
This is quite useful for site specific configurations such as resolv.conf.
316
Create a directory in ``/etc/ganeit/instance-image/overlays/`` and copy files as
317
needed into it. Treat the directory as the root of the filesystem. Set
318
``OVERLAY`` for the variant as the name of the directory. This directory needs
319
to exist on all nodes in order to work.
320

  
308 321
# vi: set tw=80 ft=rst :

Also available in: Unified diff