Author: arekm
Date: Fri Jan 14 10:34:10 2011
New Revision: 12052

Modified:
   geninitrd/trunk/geninitrd
Log:
Use fastest compressor first.

Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd   (original)
+++ geninitrd/trunk/geninitrd   Fri Jan 14 10:34:10 2011
@@ -827,8 +827,8 @@
 # find best compressor (or forced one) for initrd
 find_compressor() {
        local mode="$1"
-       # the best compressor list
-       local compressors='xz lzma bzip2 gzip lzo'
+       # fastest initrd decompression speed is first
+       local compressors='lzo gzip xz lzma bzip2'
 
        # a specified one, take it
        if ! is_yes "$mode"; then
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to