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
4 lines
103 B
Bash
4 lines
103 B
Bash
export DISTRO_NAME=centos
|
|
export DIB_RELEASE=${DIB_RELEASE:-9-stream}
|
|
export EFI_BOOT_DIR="EFI/centos"
|