Files
diskimage-builder/diskimage_builder/elements/centos/environment.d/10-centos-distro-name.bash
Julia Kreger b8ed6035d5 Change centos DIB_RELEASE default to 9-stream
Since the public mirrors for centos8 are really not available
anymore since it has gone End of Life, changes the default
invocation for a quick disk image to 9-stream.

Users who wish specific behavior should explicitly express
the version they desire.

Change-Id: I12cb10258ab80bae1c754e86aadcf926cdfae805
2024-08-02 12:52:13 -07:00

4 lines
103 B
Bash

export DISTRO_NAME=centos
export DIB_RELEASE=${DIB_RELEASE:-9-stream}
export EFI_BOOT_DIR="EFI/centos"