]> TLD Linux GIT Repositories - packages/dracut.git/blobdiff - ext4.patch
- updated to 048
[packages/dracut.git] / ext4.patch
diff --git a/ext4.patch b/ext4.patch
deleted file mode 100644 (file)
index ce979d8..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-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)