[arch-projects] [mkinitcpio][PATCH] Fix btrfs module deps for linux 3.14 (v2)

Dave Reisner d at falconindy.com
Tue Mar 4 21:31:34 EST 2014


On Mon, Mar 03, 2014 at 12:35:15PM +0000, WorMzy Tykashi wrote:
> Second version of the patch to ensure that the crc32c module is added to the initrd when the btrfs module is.
> 
> ---

Well, but this patch lacks all the delicious background you wrote!

I'm committing your original patch with the more succinct fix.

Thanks

>  functions | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/functions b/functions
> index 33bd28d..1ff155a 100644
> --- a/functions
> +++ b/functions
> @@ -402,7 +402,7 @@ add_module() {
>          ocfs2)
>              add_module "configfs?"
>              ;;
> -        libcrc32c)
> +        libcrc32c|btrfs)
>              add_module "crc32c_intel?"
>              add_module "crc32c?"
>              ;;
> -- 
> 1.9.0
> 


More information about the arch-projects mailing list