diskimage-builder/elements/fedora/README.rst
Augustina Ragwitz b4cc1a59ec Fix title of env vars section of fedora README to match template
Change-Id: I5cfc977dd21eb6f6b737fa272469a34e6cbc5e24
2015-10-08 17:10:05 -07:00

21 lines
622 B
ReStructuredText

======
fedora
======
Use Fedora cloud images as the baseline for built disk images. For further
details see the redhat-common README.
Environment Variables
---------------------
DIB_DISTRIBUTION_MIRROR:
:Required: No
:Default: None
:Description: To use a Fedora Yum mirror, set this variable to the mirror URL
before running bin/disk-image-create. This URL should point to
the directory containing the ``releases/updates/development``
and ``extras`` directories.
:Example: ``DIB\_DISTRIBUTION\_MIRROR=http://download.fedoraproject.org/pub/fedora/linux``