diskimage-builder/diskimage_builder/elements/rhel/environment.d/10-rhel-distro-name.bash
Michael Johnson 5f4b764a11 Remove the rhel 8 check for xfs
This patch removes the check and default for rhel 8 requiring
xfs filesystem as rhel 8 images can successfully be built with
ext4 filesystems.

Change-Id: I1a6bfa26324fd43ae0c77c2c977dda0dd56e26e5
2019-06-12 07:01:36 -07:00

3 lines
61 B
Bash

export DISTRO_NAME=rhel
export DIB_RELEASE=${DIB_RELEASE:-8}