5 lines
168 B
Bash
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
|