]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[cloud] Allow multiple images to be imported simultaneously
authorMichael Brown <mcb30@ipxe.org>
Sun, 2 May 2021 11:23:00 +0000 (12:23 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 2 May 2021 11:38:03 +0000 (12:38 +0100)
commit106f4c539182b4a92b8a427b637497e6da19bd85
treec88f124f121de4e3f6ac31678cc4d59f5f4e781e
parent1dfc05622d183213c55b49c3ea4f4fd5c7bd6253
[cloud] Allow multiple images to be imported simultaneously

Allow both x86_64 and arm64 images to be imported in a single import
command, thereby allowing for e.g.

  make CONFIG=cloud EMBED=config/cloud/aws.ipxe bin/ipxe.usb

  make CONFIG=cloud EMBED=config/cloud/aws.ipxe \
       CROSS=aarch64-linux-gnu- bin-arm64-efi/ipxe.usb

  ../contrib/cloud/aws-import -w amilist.txt -p \
       bin/ipxe.usb bin-arm64-efi/ipxe.usb

This simplifies the process of generating a single amilist.txt file
for inclusion in the documentation at https://ipxe.org/howto/ec2

Signed-off-by: Michael Brown <mcb30@ipxe.org>
contrib/cloud/aws-import