]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut: s/bzip/bzip2
authorHarald Hoyer <harald@redhat.com>
Thu, 19 May 2011 21:15:51 +0000 (23:15 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 20 May 2011 12:02:35 +0000 (14:02 +0200)
dracut

diff --git a/dracut b/dracut
index e39fab9b87cf0574a934c358742d94bac164ba49..3ac7e56897936fbb95916ac7883df067378c8334 100755 (executable)
--- 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" || \