Include crc32c-intel module when using btrfs

Reference: bsc#1011554
master
Daniel Molkentin 2017-10-23 13:36:18 +02:00
parent 3dbf1f0783
commit 9f2916cce1
1 changed files with 2 additions and 0 deletions

View File

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


# called by dracut # called by dracut