dracut: s/bzip/bzip2

master
Harald Hoyer 2011-05-19 23:15:51 +02:00
parent 3da7836035
commit 6f22336784
1 changed files with 1 additions and 1 deletions

2
dracut
View File

@ -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" || \