add basic setup for making arm iso's

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2015-07-24 07:46:47 -05:00
parent 0d8ad9a111
commit 4dc7079bd2
1 changed files with 4 additions and 0 deletions

View File

@ -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',