diskimage-builder/elements/fedora
Ian Wienand f112b6f690 Add YUM variable to for Fedora >= 22
Add a YUM variable that defaults to dnf for Fedora 22 and greater.  At
this stage the yum element can do double-duty with dnf -- it's mostly
the same.  If we find it starts getting too unwieldy we can separate
this later.

Modify the install-packages for yum to use this variable when set, but
default back to "yum" to retain the status-quo.

Change-Id: Ibff71465b392d9f66b6f93955ff9223575d6165c
2015-06-24 09:20:45 +10:00
..
environment.d Add YUM variable to for Fedora >= 22 2015-06-24 09:20:45 +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/build-succeeds Add smoketest for fedora 2015-05-18 18:31:57 +00: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 Create docs site containing element READMEs 2015-02-10 11:45:35 -08:00

======
fedora
======
Use Fedora cloud images as the baseline for built disk images.

If you wish to use a Fedora Yum mirror you can set DIB\_DISTRIBUTION\_MIRROR
before running bin/disk-image-create. Example:

  DIB\_DISTRIBUTION\_MIRROR=http://download.fedoraproject.org/pub/fedora/linux

This URL should point to the directory containing the releases/updates/
development/and extras directories.

For further details see the redhat-common README.