Bug 742299 - change lsinitrd to use "xz --single-stream" (from xz 5.1)
Summary: change lsinitrd to use "xz --single-stream" (from xz 5.1)
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: dracut
Version: 16
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: dracut-maint
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 736318
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-09-29 15:57 UTC by Paolo Bonzini
Modified: 2012-01-23 11:31 UTC (History)
14 users (show)

Fixed In Version:
Clone Of: 736318
Environment:
Last Closed: 2012-01-23 11:31:33 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Paolo Bonzini 2011-09-29 15:57:25 UTC
The F16 installation image is two concatenated cpio images:

  [xz-compressed dracut initramfs][uncompressed cpio with /squashfs.img]

lsinitrd doesn't know how to deal with this. xz 5.1.1alpha and higher can do this:

( xz -dc --single-stream > initramfs.cpio && cat > install.cpio ) < initrd.img

and it would be nice if lsinitrd would use --single-stream once it is made available in Fedora.

Comment 1 Fedora Admin XMLRPC Client 2011-10-20 16:19:37 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 2 Harald Hoyer 2012-01-23 11:31:33 UTC
dracut-014-61.git20120123.fc17


Note You need to log in before you can comment on or make changes to this bug.