add basic setup for making arm iso's
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
0d8ad9a111
commit
4dc7079bd2
@ -35,6 +35,10 @@ class IsoWrapper(kobo.log.LoggingBase):
|
|||||||
def get_boot_options(self, arch, createfrom, efi=True):
|
def get_boot_options(self, arch, createfrom, efi=True):
|
||||||
"""Checks to see what we need as the -b option for mkisofs"""
|
"""Checks to see what we need as the -b option for mkisofs"""
|
||||||
|
|
||||||
|
if arch in ("arm", "armhfp"):
|
||||||
|
result = []
|
||||||
|
return result
|
||||||
|
|
||||||
if arch in ("aarch64", ):
|
if arch in ("aarch64", ):
|
||||||
result = [
|
result = [
|
||||||
'-eltorito-alt-boot',
|
'-eltorito-alt-boot',
|
||||||
|
Loading…
Reference in New Issue
Block a user