X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=geninitrd-git.patch;fp=geninitrd-git.patch;h=a6ac79d776ba5fcf73e0a8992b709b6ab2291f73;hb=59e121d43d46d0e679a5cf21d6e42b8128943fe6;hp=0ee27c0eb0944a9df83537d426cf64b7f4c5f526;hpb=89be020050d762c15d197aed18d53a3ebb7a1361;p=packages%2Fgeninitrd.git diff --git a/geninitrd-git.patch b/geninitrd-git.patch index 0ee27c0..a6ac79d 100644 --- a/geninitrd-git.patch +++ b/geninitrd-git.patch @@ -75,3 +75,23 @@ index 771245e..62e47ee 100755 } # unmount all mountpoints mounted by geninitrd +commit b5a01dda8ca06f88b1210f806f3ac6da7c0019f0 +Author: Arkadiusz Miśkiewicz +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"