f112b6f690
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
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.