Re: [PATCH] dracut.sh: add legacy flag (-l) to lz4

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Op 26 feb. 2014, om 11:20 heeft Alexander Tsoy <alexander@xxxxxxx> het volgende geschreven:

> Linux kernel does not support the new default lz4 format.
> 
> https://bugs.gentoo.org/show_bug.cgi?id=502102
> ---
> dracut.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/dracut.sh b/dracut.sh
> index 5267af5..49077fd 100755
> --- a/dracut.sh
> +++ b/dracut.sh
> @@ -782,7 +782,7 @@ case $compress in
>     xz)    compress="xz --check=crc32 --lzma2=dict=1MiB -T0";;
>     gzip)  compress="gzip -9"; command -v pigz > /dev/null 2>&1 && compress="pigz -9";;
>     lzo)   compress="lzop -9";;
> -    lz4)   compress="lz4 -9";;
> +    lz4)   compress="lz4 -l -9";;

Does the magic number need updating as well?

regards,

Koen--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Kernel]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux