diff --git a/pungi/wrappers/iso.py b/pungi/wrappers/iso.py index 63afce38..8b3ebdf4 100644 --- a/pungi/wrappers/iso.py +++ b/pungi/wrappers/iso.py @@ -35,6 +35,10 @@ class IsoWrapper(kobo.log.LoggingBase): def get_boot_options(self, arch, createfrom, efi=True): """Checks to see what we need as the -b option for mkisofs""" + if arch in ("arm", "armhfp"): + result = [] + return result + if arch in ("aarch64", ): result = [ '-eltorito-alt-boot',