From e3c8c3b7e09d92872343662e63d75a928aa0564e Mon Sep 17 00:00:00 2001 From: Mark Hamzy Date: Tue, 2 Sep 2014 10:19:55 -0500 Subject: [PATCH] Remove magic parameter to mkisofs Instead of supplying a backlevel magic file, do not pass the file in at all. --- src/pypungi/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pypungi/__init__.py b/src/pypungi/__init__.py index d11893d7..f7980223 100644 --- a/src/pypungi/__init__.py +++ b/src/pypungi/__init__.py @@ -1584,9 +1584,6 @@ class Pungi(pypungi.PungiBase): ppcbootargs.append('-map') ppcbootargs.append(os.path.join(ppcbootinfo, 'mapping')) - ppcbootargs.append('-magic') - ppcbootargs.append(os.path.join(ppcbootinfo, 'magic')) - ppcbootargs.append('-hfs-bless') # must be last isohybrid = ['/usr/bin/isohybrid']