SVN: geninitrd/trunk/geninitrd

arekm arekm at pld-linux.org
Fri Jan 14 10:34:10 CET 2011


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


More information about the pld-cvs-commit mailing list