tripleo-image-elements/elements/overcloud-partition/environment.d/15-block-device.bash

11 lines
159 B
Bash

#
# Arch gate
#
if [[ "arm64 aarch64" =~ $ARCH ]]; then
echo "overcloud-partition is not supported on AARCH64"
exit 1
fi
export DIB_BLOCK_DEVICE=mbr