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
installkernel() {
instmods btrfs
# Make sure btfs can use fast crc32c implementations where available (bsc#1011554)
instmods crc32c-intel
}

# called by dracut