]> git.pld-linux.org Git - packages/geninitrd.git/blame - geninitrd-lzma.patch
- rel 3; use default compression level for lzma
[packages/geninitrd.git] / geninitrd-lzma.patch
CommitLineData
05f63260
AM
1Index: geninitrd
2===================================================================
3--- geninitrd (wersja 10524)
4+++ geninitrd (kopia robocza)
5@@ -1328,7 +1328,7 @@
6 # extension, which is .gz most of the time.
7 case "$compressor" in
8 lzma)
9- lzma -9 < "$IMAGE" > "$tmp"
10+ lzma < "$IMAGE" > "$tmp"
11 ;;
12 bzip2)
13 bzip2 -9 < "$IMAGE" > "$tmp"
This page took 0.123757 seconds and 4 git commands to generate.