]> git.pld-linux.org Git - packages/geninitrd.git/blobdiff - geninitrd-git.patch
- rel 8; ext4 drags in libcrc32c stuff
[packages/geninitrd.git] / geninitrd-git.patch
index 0ee27c0eb0944a9df83537d426cf64b7f4c5f526..a6ac79d776ba5fcf73e0a8992b709b6ab2291f73 100644 (file)
@@ -75,3 +75,23 @@ index 771245e..62e47ee 100755
  }
  
  # unmount all mountpoints mounted by geninitrd
+commit b5a01dda8ca06f88b1210f806f3ac6da7c0019f0
+Author: Arkadiusz Miƛkiewicz <arekm@maven.pl>
+Date:   Fri May 4 15:50:18 2018 +0200
+
+    ext4 can use crc32 but has it in softdep only
+
+diff --git a/geninitrd b/geninitrd
+index 0a18298..c75c22b 100755
+--- a/geninitrd
++++ b/geninitrd
+@@ -435,6 +435,9 @@ find_depmod() {
+                                       warn "mounting multidevice btrfs volume requires rootfsflags=device=/dev/...,device=/dev/... kernel option"
+                                       find_depmod "-libcrc32c"
+                                       ;;
++                              ext4)
++                                      find_depmod "-libcrc32c"
++                                      ;;
+                               crc-t10dif)
+                                       find_depmod "-crct10dif-pclmul"
+                                       find_depmod "-crct10dif"
This page took 0.088628 seconds and 4 git commands to generate.