Bug 921318

Summary: 51-dracut-rescue-postinst.sh calls 'new-kernel-image' not 'new-kernel-pkg'
Product: [Fedora] Fedora Reporter: Adam Williamson <awilliam>
Component: dracutAssignee: dracut-maint
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 19CC: dracut-maint, harald, jonathan
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: dracut-026-48.git20130315.fc19 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-03-15 07:33:43 UTC Type: Bug
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 that fixes the bug none

Description Adam Williamson 2013-03-14 01:49:15 UTC
Created attachment 709842 [details]
patch that fixes the bug

This is an upstream bug, I think, but I can't find an upstream bug tracker for dracut for the life of me.

The recently introduced 51-dracut-rescue-postinst.sh has this line:

new-kernel-image --install "$KERNEL_VERSION" --kernel-image "$KERNEL_IMAGE" --initrdfile "$INITRDFILE" --banner "$PRETTY_NAME Rescue"

But the command is new-kernel-pkg, not new-kernel-image. Patch attached, against current git master.