diskimage-builder/elements/fedora
Paul Belanger b7f6527a0e Remove zero length files
This is to aid with Fedora packaging, since rpmlint complains about
including empty files.

Change-Id: I4ad867cd21304880a571e46805ab56044542400c
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-01-20 19:08:54 -05:00
..
environment.d Update default Fedora to 22 2015-07-20 09:08:06 +10:00
pre-install.d Standarise tracing for scripts 2015-02-12 10:41:32 +11:00
root.d Revert "Revert "Ensure DIB_RELEASE is exported for fedora"" 2015-06-17 11:24:35 +10:00
test-elements Remove zero length files 2016-01-20 19:08:54 -05:00
element-deps add some missing \n at end of file 2014-05-06 13:43:53 +02:00
element-provides Use provides to note an element provides an OS 2014-04-10 14:42:04 +01:00
package-installs.yaml Fedora: install redhat-rpm-config 2015-03-18 08:25:18 -04:00
README.rst Fix title of env vars section of fedora README to match template 2015-10-08 17:10:05 -07:00

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