From: Harald Hoyer Date: Thu, 19 May 2011 21:15:51 +0000 (+0200) Subject: dracut: s/bzip/bzip2 X-Git-Tag: 011~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f2233678430a87382d738e98fae770662dbca62;p=thirdparty%2Fdracut.git dracut: s/bzip/bzip2 --- diff --git a/dracut b/dracut index e39fab9b8..3ac7e5689 100755 --- a/dracut +++ b/dracut @@ -365,7 +365,7 @@ fw_dir=${fw_dir//:/ } # handle compression options. case $compress in - bzip2) compress="bzip -9";; + bzip2) compress="bzip2 -9";; lzma) compress="lzma -9";; xz) compress="xz --check=crc32 --lzma2=dict=1MiB";; gzip) type pigz > /dev/null 2>&1 && compress="pigz -9" || \