diskimage-builder/elements/fedora
Ian Wienand 124cec0bba Preinstall pyOpenSSL
With the warnings added in Ibfe69dc84246662ed8caa0d4c3e2edf68314c87e
we can see that this element is relying on map-packages to translate
the debian package name python-pyopenssl -> pyOpenSSL.

This makes no sense because this is not a generic element; it should
just use the fedora/redhat names directly.

Change-Id: Id6ecb6f978b60d6a527692692a408d1d35828de2
2017-02-07 15:47:37 +11:00
..
environment.d Bump fedora release to 25 2017-01-21 16:00:54 -05: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/build-succeeds Remove Fedora 21 from test-build 2016-05-30 22:54:58 +02: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 Preinstall pyOpenSSL 2017-02-07 15:47:37 +11: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``