diskimage-builder/diskimage_builder/elements/fedora-minimal
Ian Wienand 456b6cf394 Remove "failovermethod=priority" for Fedora (dnf)
This is no longer a valid option for dnf, and it puts out a lot of
warnings constantly about the invalid entry [1].  Remove it.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1653831

Change-Id: Iba0585cab3e5e78e9324196f276b2341e7bb9e3c
2019-10-01 06:01:15 +00:00
..
environment.d Fedora 30 functional and boot tests 2019-08-28 11:21:46 +10:00
test-elements/build-succeeds GPT partitioning support 2018-02-23 10:04:26 +11:00
yum.repos.d Remove "failovermethod=priority" for Fedora (dnf) 2019-10-01 06:01:15 +00:00
README.rst Release 1.27.0 2017-02-03 11:49:45 +11:00
element-deps Move elements & lib relative to diskimage_builder package 2016-11-01 17:27:41 -07:00
element-provides Move elements & lib relative to diskimage_builder package 2016-11-01 17:27:41 -07:00

README.rst

fedora-minimal

Create a minimal image based on Fedora.

Use of this element will require 'yum' and 'yum-utils' to be installed on Ubuntu and Debian. Nothing additional is needed on Fedora or CentOS. The element will need python-lzma everywhere.

Due to a bug in the released version of urlgrabber, on many systems an installation of urlgrabber from git is required. The git repository can be found here: http://yum.baseurl.org/gitweb?p=urlgrabber.git;a=summary

This element sets the DIB_RELEASE var to 'fedora'. The release of fedora to be installed can be controlled through the DIB_RELEASE variable, which defaults the latest supported release.