python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / dracut / patches / ext_crc32c_module.patch
blob54e47ac6a145c43ceadfbd1d8f452012318c6f9a
1 --- modules.d/99fs-lib/module-setup.sh.orig
2 +++ modules.d/99fs-lib/module-setup.sh
3 @@ -41,7 +41,7 @@
4 include_fs_helper_modules() {
5 local dev=$1 fs=$2
6 case "$fs" in
7 - xfs|btrfs)
8 + xfs|btrfs|ext[234])
9 instmods crc32c
11 f2fs)