ppc no longer needs magic bits in the iso

Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
Peter Robinson 2016-03-16 17:19:07 +00:00
parent 0759c7fb48
commit c4baf51b98
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ class IsoWrapper(kobo.log.LoggingBase):
'-allow-multidot',
'-chrp-boot',
"-map", os.path.join(createfrom, 'mapping'), # -map %s/ppc/mapping
"-magic", os.path.join(createfrom, 'magic'), # -magic %s/ppc/magic
'-hfs-bless', "/ppc/mac", # must be the last
]
return result