X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=ext4.patch;fp=ext4.patch;h=ce979d8449c0acd9c249f735b3753b55c9f151a0;hb=cfe0e4e788101c69cd5b96f7f88962439b844fcf;hp=0000000000000000000000000000000000000000;hpb=21e788497e4b3a67fdb3fe2a5dffcdf3eebd44de;p=packages%2Fdracut.git diff --git a/ext4.patch b/ext4.patch new file mode 100644 index 0000000..ce979d8 --- /dev/null +++ b/ext4.patch @@ -0,0 +1,12 @@ +diff -ur dracut-047.orig/modules.d/99fs-lib/module-setup.sh dracut-047/modules.d/99fs-lib/module-setup.sh +--- dracut-047.orig/modules.d/99fs-lib/module-setup.sh 2018-02-19 09:00:33.000000000 +0000 ++++ dracut-047/modules.d/99fs-lib/module-setup.sh 2018-05-18 19:33:05.169511667 +0000 +@@ -41,7 +41,7 @@ + include_fs_helper_modules() { + local dev=$1 fs=$2 + case "$fs" in +- xfs|btrfs) ++ xfs|btrfs|ext4) + instmods crc32c + ;; + f2fs)