Fix DISTRO_NAME in Fedora elements

Fix typo in documentation around name variables.

Change-Id: I88fd1dd828ce1b606398198dd0317096363480f1
This commit is contained in:
Ian Wienand 2021-05-17 10:02:09 +10:00
parent 80ff74ca4d
commit 3ccca50c14
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@ fedora-container
Create a minimal image based on Fedora container image Create a minimal image based on Fedora container image
This element sets the ``DIB_RELEASE`` var to 'fedora'. The release of This element sets the ``DISTRO_NAME`` var to 'fedora'. The release of
fedora to be installed can be controlled through the ``DIB_RELEASE`` fedora to be installed can be controlled through the ``DIB_RELEASE``
variable, which defaults the latest supported release. variable, which defaults the latest supported release.

View File

@ -11,6 +11,6 @@ Due to a bug in the released version of urlgrabber, on many systems an
installation of urlgrabber from git is required. The git repository installation of urlgrabber from git is required. The git repository
can be found here: http://yum.baseurl.org/gitweb?p=urlgrabber.git;a=summary 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 This element sets the ``DISTRO_NAME`` var to 'fedora'. The release of
fedora to be installed can be controlled through the ``DIB_RELEASE`` fedora to be installed can be controlled through the ``DIB_RELEASE``
variable, which defaults the latest supported release. variable, which defaults the latest supported release.