Bug 409691

Summary: mkzimage is dead.
Product: [Fedora] Fedora Reporter: David Woodhouse <dwmw2>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: pnasrat
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-12-04 22:02:28 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:
Attachments:
Description Flags
patch none

Description David Woodhouse 2007-12-04 02:51:10 UTC
We used to use a home-grown 'mkzimage' script, found in ppc64-utils, for
creating combined kernel+initrd zImages, for netbooting the installer.

Now, we need to use the wrapper script exported in the kernel-bootwrapper
subpackage. 

The attached patch (at git://git.infradead.org/~dwmw2/anaconda) seems to work.
The final hunk is horrid though.

Comment 1 David Woodhouse 2007-12-04 02:51:10 UTC
Created attachment 276511 [details]
patch

Comment 2 Jeremy Katz 2007-12-04 22:02:28 UTC
Applied and cleaned up the final hunk too