[projects/geninitrd] btrfs module needs libcrc32c functionality.
arekm
arekm at pld-linux.org
Sat Nov 8 20:57:25 CET 2014
commit b771ab7faa85964dd53d8d24140302944659bd32
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Nov 8 20:57:21 2014 +0100
btrfs module needs libcrc32c functionality.
geninitrd | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/geninitrd b/geninitrd
index 74d8b70..35a730f 100755
--- a/geninitrd
+++ b/geninitrd
@@ -431,6 +431,9 @@ find_depmod() {
# XXX: find a away to autodetect
smodule=$(basename_module $modpath)
case "$smodule" in
+ btrfs)
+ find_depmod "-libcrc32c"
+ ;;
crc-t10dif)
find_depmod "-crct10dif-pclmul"
find_depmod "-crct10dif"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/geninitrd.git/commitdiff/b771ab7faa85964dd53d8d24140302944659bd32
More information about the pld-cvs-commit
mailing list