Skip to content

Commit

Permalink
Revert EFA workaround for ISOF partition (#2131)
Browse files Browse the repository at this point in the history
  • Loading branch information
whoix authored Jan 29, 2025
1 parent 713efad commit ee54f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/al2023/provisioners/install-efa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sudo dnf swap -y gnupg2-minimal gnupg2-full
##########################################################################################
### Download installer ###################################################################
##########################################################################################
if [ ${PARTITION} == "aws-iso-f" ] || [ ${PARTITION} == "aws-iso-e" ]; then
if [ ${PARTITION} == "aws-iso-e" ]; then
aws s3 cp --region ${BINARY_BUCKET_REGION} s3://${BINARY_BUCKET_NAME}/rpms/${EFA_PACKAGE} .
aws s3 cp --region ${BINARY_BUCKET_REGION} s3://${BINARY_BUCKET_NAME}/rpms/aws-efa-installer.key . && gpg --import aws-efa-installer.key
aws s3 cp --region ${BINARY_BUCKET_REGION} s3://${BINARY_BUCKET_NAME}/rpms/${EFA_PACKAGE}.sig .
Expand Down

0 comments on commit ee54f50

Please sign in to comment.