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
