]> git.pld-linux.org Git - packages/geninitrd.git/blame - geninitrd-gzip-compressor.patch
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[packages/geninitrd.git] / geninitrd-gzip-compressor.patch
CommitLineData
50c58653 1diff -ur geninitrd-10000.18.orig/geninitrd geninitrd-10000.18/geninitrd
2--- geninitrd-10000.18.orig/geninitrd 2009-08-31 21:31:46.000000000 +0200
3+++ geninitrd-10000.18/geninitrd 2009-09-19 22:40:21.932301167 +0200
4@@ -795,6 +795,8 @@
5 # a specified one, take it
6 if ! is_yes "$mode"; then
7 compressors="$mode"
8+ else
9+ compressors="gzip"
10 fi
11
12 debug "finding compressor: $compressors (via $mode)"
13diff -ur geninitrd-10000.18.orig/geninitrd.sysconfig geninitrd-10000.18/geninitrd.sysconfig
14--- geninitrd-10000.18.orig/geninitrd.sysconfig 2009-08-31 21:31:46.000000000 +0200
15+++ geninitrd-10000.18/geninitrd.sysconfig 2009-09-19 22:41:49.252501100 +0200
16@@ -9,7 +9,7 @@
17
18 ## Compression for the initrd.
19 ## xz / lzma / bzip2 / gzip / lzo.
20-## yes (default) = the 'best' available is chosen.
21+## yes = gzip (for backward compatibility)
22 #COMPRESS=yes
23
24 ## What filesystem to use (rom or ext2)?
This page took 0.030019 seconds and 4 git commands to generate.