]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Check that mkisofs equivalent supports the required options
authorMichael Brown <mcb30@ipxe.org>
Sun, 24 Jan 2021 12:15:20 +0000 (12:15 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sun, 24 Jan 2021 12:19:48 +0000 (12:19 +0000)
commit7c3d186a1990335ac5d174859a0271a2cfca8196
treee7da5a0268d7fe015a5d7f35c6222149e5949cb8
parent8ef22d819b688e17d7e20380631caed29acc9d63
[build] Check that mkisofs equivalent supports the required options

The "-e" option required for creating EFI boot images is supported
only by widely used patched versions of genisoimage.

Check that the required options are supported when selecting a mkisofs
equivalent, thereby allowing a fallback to the use of xorrisofs when
building a UEFI ISO image on a system with an unpatched version of
genisoimage.

Continue to prefer the use of genisoimage over xorrisofs, since there
is apparently no way to inhibit the irritatingly useless startup
banner message printed by xorrisofs even when the "-quiet" option is
specified.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/util/genfsimg