FS#37615 - [mkinitcpio] sort compression options by efficiency
Attached to Project:
Arch Linux
Opened by John (graysky) - Sunday, 03 November 2013, 08:00 GMT
Last edited by Dave Reisner (falconindy) - Sunday, 01 December 2013, 16:36 GMT
Opened by John (graysky) - Sunday, 03 November 2013, 08:00 GMT
Last edited by Dave Reisner (falconindy) - Sunday, 01 December 2013, 16:36 GMT
|
Details
Add the 'cat' compression option to the list for
consistency's sake as it was mentioned in the comment above.
Also sorts the various options by their compression
efficiency based on compressing the fallback image by each
of the respective methods (default options).
% ls -Sl 17140224 initramfs-linux-fallback.img 8375766 initramfs-linux-fallback.img.lzo 6039365 initramfs-linux-fallback.img.gz 5394818 initramfs-linux-fallback.img.bz2 4058536 initramfs-linux-fallback.img.xz 4057855 initramfs-linux-fallback.img.lzma |
This task depends upon
Closed by Dave Reisner (falconindy)
Sunday, 01 December 2013, 16:36 GMT
Reason for closing: Won't implement
Additional comments about closing: "cat" is already documented in the config file and the manpage. There's no sense in trying to "sort" the options according to any number of possible heuristics.
Sunday, 01 December 2013, 16:36 GMT
Reason for closing: Won't implement
Additional comments about closing: "cat" is already documented in the config file and the manpage. There's no sense in trying to "sort" the options according to any number of possible heuristics.
sort_compression_options_by_e...
I'd accept a patch that recommends gzip as a sane default, and mentions that "cat" will produce the fastest bootup. In the manpage, though.