]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
ext4 can use crc32 but has it in softdep only
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 4 May 2018 13:50:18 +0000 (15:50 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 4 May 2018 13:50:18 +0000 (15:50 +0200)
geninitrd

index 0a182980219942eae142f4bd648af57c1c0f982b..c75c22bbdf89194a6ffe9f3cd7d4e9f17a6aacb2 100755 (executable)
--- 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.105829 seconds and 4 git commands to generate.