parent
3dbf1f0783
commit
9f2916cce1
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue