ppc no longer needs magic bits in the iso
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
parent
0759c7fb48
commit
c4baf51b98
@ -83,7 +83,6 @@ class IsoWrapper(kobo.log.LoggingBase):
|
|||||||
'-allow-multidot',
|
'-allow-multidot',
|
||||||
'-chrp-boot',
|
'-chrp-boot',
|
||||||
"-map", os.path.join(createfrom, 'mapping'), # -map %s/ppc/mapping
|
"-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
|
'-hfs-bless', "/ppc/mac", # must be the last
|
||||||
]
|
]
|
||||||
return result
|
return result
|
||||||
|
Loading…
Reference in New Issue
Block a user