From c4baf51b9886da3ee2a7cc59fa75847d04425600 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 16 Mar 2016 17:19:07 +0000 Subject: [PATCH] ppc no longer needs magic bits in the iso Signed-off-by: Peter Robinson --- pungi/wrappers/iso.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pungi/wrappers/iso.py b/pungi/wrappers/iso.py index 2b1fc247..695f8839 100644 --- a/pungi/wrappers/iso.py +++ b/pungi/wrappers/iso.py @@ -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