[arch-projects] [mkinitcpio][PATCH] Fix btrfs module deps for linux 3.14 (v2)
Second version of the patch to ensure that the crc32c module is added to the initrd when the btrfs module is. --- 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
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
On 5 March 2014 02:31, Dave Reisner <d@falconindy.com> wrote:
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!
Sorry about that. :P
I'm committing your original patch with the more succinct fix.
Thanks
Cheers, WorMzy
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
participants (2)
-
Dave Reisner
-
WorMzy Tykashi