summaryrefslogtreecommitdiff
path: root/release/Makefile.ec2
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2016-01-12 09:42:21 +0000
committerColin Percival <cperciva@FreeBSD.org>2016-01-12 09:42:21 +0000
commit4d6b63767536dbd5908a1e7fd086f53c2547210c (patch)
tree1741b2d73090e40334db5e84d623c61ee0b4057d /release/Makefile.ec2
parent5f5c71cc134f7dd301383ab996bd97e4fc44bd12 (diff)
downloadsrc-test-4d6b63767536dbd5908a1e7fd086f53c2547210c.tar.gz
src-test-4d6b63767536dbd5908a1e7fd086f53c2547210c.zip
Enable "EC2 Enhanced Networking" (aka. SR-IOV networking) when creating
EC2 images. X-MFC after: if/when the driver fixes get MFCed Relnotes: FreeBSD now supports EC2 Enhanced Networking
Notes
Notes: svn path=/head/; revision=293739
Diffstat (limited to 'release/Makefile.ec2')
-rw-r--r--release/Makefile.ec22
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile.ec2 b/release/Makefile.ec2
index 2695183d90f1f..221ea6cc0d82e 100644
--- a/release/Makefile.ec2
+++ b/release/Makefile.ec2
@@ -51,7 +51,7 @@ ec2ami: cw-ec2 ${CW_EC2_PORTINSTALL}
@echo "--------------------------------------------------------------"
@false
.endif
- /usr/local/bin/bsdec2-image-upload ${PUBLISH} \
+ /usr/local/bin/bsdec2-image-upload ${PUBLISH} --sriov \
${.OBJDIR}/ec2.raw \
"${TYPE} ${REVISION}-${BRANCH}-${TARGET}${AMINAMESUFFIX}" \
"${TYPE} ${REVISION}-${BRANCH}-${TARGET}" \