mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
Merge pull request #417 from rdallman/master
hvm ami enable sriov on image
This commit is contained in:
commit
b97f7b32cc
@ -188,6 +188,7 @@ hvm_amiid=$(ec2-register \
|
|||||||
--virtualization-type hvm \
|
--virtualization-type hvm \
|
||||||
--root-device-name /dev/xvda \
|
--root-device-name /dev/xvda \
|
||||||
--block-device-mapping /dev/xvda=$snapshotid::true \
|
--block-device-mapping /dev/xvda=$snapshotid::true \
|
||||||
|
--sriov simple \
|
||||||
--block-device-mapping /dev/xvdb=ephemeral0 |
|
--block-device-mapping /dev/xvdb=ephemeral0 |
|
||||||
cut -f2)
|
cut -f2)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user