Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 553740 - sys-kernel/genkernel-next: Add support for lz4 compression.
Summary: sys-kernel/genkernel-next: Add support for lz4 compression.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Fabio Erculiani (RETIRED)
URL:
Whiteboard:
Keywords:
: 499520 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-07-01 17:58 UTC by Austin S. Hemmelgarn
Modified: 2016-01-24 06:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for gen_initramfs.sh to add LZ4 compression support. (file_553740.txt,2.67 KB, text/plain)
2015-07-01 17:58 UTC, Austin S. Hemmelgarn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Austin S. Hemmelgarn 2015-07-01 17:58:36 UTC
Created attachment 406038 [details]
Patch for gen_initramfs.sh to add LZ4 compression support.

The kernel has had support for LZ4 compressed initial ram file-systems for some time now.  Such compression provides less space savings than LZO, but is significantly faster both compressing and decompressing (and the decompression time is independent of the compression level), and as such can lead to noticably faster boot times on systems with fast storage.

The attached patch (which is only lightly tested) adds such support to gen_initramfs.sh.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2016-01-24 06:09:07 UTC
*** Bug 499520 has been marked as a duplicate of this bug. ***
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2016-01-24 06:12:54 UTC
InGit