From: Daniel Molkentin Date: Mon, 23 Oct 2017 11:36:18 +0000 (+0200) Subject: Include crc32c-intel module when using btrfs X-Git-Tag: 047~68^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F316%2Fhead;p=thirdparty%2Fdracut.git Include crc32c-intel module when using btrfs Reference: bsc#1011554 --- diff --git a/modules.d/90btrfs/module-setup.sh b/modules.d/90btrfs/module-setup.sh index 9303dbe25..b0d0058b3 100755 --- a/modules.d/90btrfs/module-setup.sh +++ b/modules.d/90btrfs/module-setup.sh @@ -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