]> git.pld-linux.org Git - packages/geninitrd.git/commitdiff
- rel 8; ext4 drags in libcrc32c stuff auto/th/geninitrd-12757-8
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 4 May 2018 13:51:41 +0000 (15:51 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 4 May 2018 13:51:41 +0000 (15:51 +0200)
geninitrd-git.patch
geninitrd.spec

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"
index 8e17a67bb5bf50da0abb89d6f30eb89a4a45c71b..5305cd327a67bdf8eccfd7201a7e54f1ed2a2692 100644 (file)
@@ -7,7 +7,7 @@ Summary:        Creates an initial ramdisk image for preloading modules
 Summary(pl.UTF-8):     Narzędzie do tworzenia inicjalnego ramdysku używanego przy starcie systemu
 Name:          geninitrd
 Version:       12757
-Release:       7
+Release:       8
 License:       GPL
 Group:         Applications/System
 Source0:       %{name}-%{version}.tar.gz
This page took 0.206753 seconds and 4 git commands to generate.