]> git.pld-linux.org Git - packages/geninitrd.git/commitdiff
- patch for geninitrd to use gzip as default compressor (to be used in
authorhawk <hawk@pld-linux.org>
Sat, 19 Sep 2009 20:47:29 +0000 (20:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  Titanium only)

Changed files:
    geninitrd-gzip-compressor.patch -> 1.1

geninitrd-gzip-compressor.patch [new file with mode: 0644]

diff --git a/geninitrd-gzip-compressor.patch b/geninitrd-gzip-compressor.patch
new file mode 100644 (file)
index 0000000..554dd82
--- /dev/null
@@ -0,0 +1,24 @@
+diff -ur geninitrd-10000.18.orig/geninitrd geninitrd-10000.18/geninitrd
+--- geninitrd-10000.18.orig/geninitrd  2009-08-31 21:31:46.000000000 +0200
++++ geninitrd-10000.18/geninitrd       2009-09-19 22:40:21.932301167 +0200
+@@ -795,6 +795,8 @@
+       # a specified one, take it
+       if ! is_yes "$mode"; then
+               compressors="$mode"
++      else
++              compressors="gzip"
+       fi
+       debug "finding compressor: $compressors (via $mode)"
+diff -ur geninitrd-10000.18.orig/geninitrd.sysconfig geninitrd-10000.18/geninitrd.sysconfig
+--- geninitrd-10000.18.orig/geninitrd.sysconfig        2009-08-31 21:31:46.000000000 +0200
++++ geninitrd-10000.18/geninitrd.sysconfig     2009-09-19 22:41:49.252501100 +0200
+@@ -9,7 +9,7 @@
+ ## Compression for the initrd.
+ ## lzma / bzip2 / gzip.
+-## yes (default) = the 'best' available is chosen.
++## yes = gzip (for backward compatibility)
+ #COMPRESS=yes
+ ## What filesystem to use (rom or ext2)?
This page took 0.112127 seconds and 4 git commands to generate.