DIB: Add custom block-device-efi element
[ta/build-tools.git] / dib_elements / block-device-efi / environment.d / 15-block-device.bash
1 #
2 # Arch gate
3 #
4
5 if [[ "ppc64 ppc64le ppc64el" =~ "$ARCH" ]]; then
6     echo "block-device-efi is not supported on Power; use block-device-gpt or block-device-mbr"
7     exit 1
8 fi
9
10 export DIB_BLOCK_DEVICE=efi