Remove magic parameter to mkisofs

Instead of supplying a backlevel magic file, do not pass the file in at all.
This commit is contained in:
Mark Hamzy 2014-09-02 10:19:55 -05:00 committed by Dennis Gilmore
parent 55c00f6d60
commit e3c8c3b7e0

View File

@ -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']