fs/iso9660: switch from cdrkit to xorriso to build ISO9660 images
authorKory Maincent <kory.maincent@bootlin.com>
Tue, 14 Sep 2021 09:34:52 +0000 (11:34 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Fri, 17 Sep 2021 20:10:06 +0000 (22:10 +0200)
commit7f303516f69a143c2ecc317948ec1934a195235c
treed5c9c241ebd7d89296edd68d7fc68d6461245ed2
parent3f71ff5257d63cf306ce3177a89bbaa79984ba10
fs/iso9660: switch from cdrkit to xorriso to build ISO9660 images

In order to add support for EFI-compatible ISO9660 images in future
patches, this commit switch the ISO9660 logic to use xorriso instead of
cdrkit. Indeed the genimageiso tool from cdrkit doesn't have the
--efi-boot option needed to generate an image compatible with EFI BIOS.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
[yann.morin.1998@free.fr: drop superfluous tool name from variable]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
fs/iso9660/iso9660.mk