4 lines
94 B
Bash
4 lines
94 B
Bash
|
export DISTRO_NAME=rocky
|
||
|
export DIB_RELEASE=${DIB_RELEASE:-9}
|
||
|
export EFI_BOOT_DIR="EFI/rocky"
|