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

WorMzy Tykashi wormzy.tykashi at gmail.com
Mon Mar 3 07:35:15 EST 2014


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



More information about the arch-projects mailing list