]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Include crc32c-intel module when using btrfs 316/head
authorDaniel Molkentin <dmolkentin@suse.com>
Mon, 23 Oct 2017 11:36:18 +0000 (13:36 +0200)
committerDaniel Molkentin <dmolkentin@suse.com>
Thu, 14 Dec 2017 12:41:37 +0000 (13:41 +0100)
Reference: bsc#1011554

modules.d/90btrfs/module-setup.sh

index 9303dbe25509e179d3f494c9348775eecbe29a15..b0d0058b303d0f2dea6e11e86a6023207da857d1 100755 (executable)
@@ -26,6 +26,8 @@ depends() {
 # called by dracut
 installkernel() {
     instmods btrfs
+    # Make sure btfs can use fast crc32c implementations where available (bsc#1011554)
+    instmods crc32c-intel
 }
 
 # called by dracut