diskimage-builder/diskimage_builder/elements/rocky-container/environment.d/10-01-rocky-distro-name.bash
Neil Hanlon 398e07e6f2 Add new container element - Rocky Linux
Introduce new container image for Rocky Linux, a downstream clone of Red
Hat Enterprise Linux.

Keep non-voting in Check for a while before adding to any gate checks

Signed-off-by: Neil Hanlon <neil@shrug.pw>
Change-Id: Ib383f60bc23b434b400f85c376840a000cafc697
Related-Bug: https://review.opendev.org/805800/
2022-01-31 17:26:16 +00:00

5 lines
168 B
Bash

export DISTRO_NAME=rocky
export DIB_RELEASE=${DIB_RELEASE:-8} # always the most recent major
export EFI_BOOT_DIR="EFI/rocky"
export DIB_YUM_MINIMAL_CREATE_INTERFACES=0