Bug 729798

Summary: pungi creates unbootable isos on ppc64
Product: [Fedora] Fedora Reporter: Karsten Hopp <karsten>
Component: pungiAssignee: Dennis Gilmore <dennis>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: 16CC: dcantrell, pknirsch
Target Milestone: ---   
Target Release: ---   
Hardware: powerpc   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-01-13 19:30:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 749588    

Description Karsten Hopp 2011-08-10 20:44:07 UTC
Description of problem:
I'm creating isos with pungi on my ppc64 machine, but the PPC specific mkisofs parameters don't get added to the mkisofs commandline.

/usr/lib/python2.7/site-packages/pypungi/__init__.py needs to extended to also check for ppc64:
elif self.config.get('pungi', 'arch') == 'ppc' or self.config.get('pungi', 'arch') == 'ppc64':
            extraargs.extend(ppcbootargs)
            extraargs.append(os.path.join(self.topdir, "ppc/mac"))

Version-Release number of selected component (if applicable):
pungi-2.9-1.fc16

Additional info:

Comment 1 Karsten Hopp 2011-09-01 13:08:21 UTC
ping ?

Comment 2 Jesse Keating 2011-09-01 16:03:29 UTC
re-assigning to releng for Fedora for now.

Comment 3 Karsten Hopp 2011-10-27 16:03:26 UTC
easy fix, but not blocking the PPC release as I'm using a custom pungi to create the images. Would be nice to have it fixed for F-16 PPC release, though.

Comment 4 Phil Knirsch 2012-01-13 19:30:09 UTC
Fixed in upstream git.

Thanks & regards, Phil