dracut/0016.patch
2018-05-15 13:42:32 +02:00

34 lines
1.0 KiB
Diff

From 65cfabf7a6778f513119eace254826feda718833 Mon Sep 17 00:00:00 2001
From: Marcos Mello <marcosfrm@gmail.com>
Date: Fri, 6 Apr 2018 08:17:30 -0300
Subject: [PATCH] fs-lib: remove redundancy
---
modules.d/99fs-lib/module-setup.sh | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/modules.d/99fs-lib/module-setup.sh b/modules.d/99fs-lib/module-setup.sh
index bd61838b..e614fe5f 100755
--- a/modules.d/99fs-lib/module-setup.sh
+++ b/modules.d/99fs-lib/module-setup.sh
@@ -20,9 +20,6 @@ echo_fs_helper() {
ext?)
echo -n " e2fsck "
;;
- f2fs)
- echo -n " fsck.f2fs "
- ;;
jfs)
echo -n " jfs_fsck "
;;
@@ -74,7 +71,7 @@ install() {
_helpers="\
umount mount /sbin/fsck*
xfs_db xfs_check xfs_repair xfs_metadump
- e2fsck fsck.f2fs jfs_fsck reiserfsck btrfsck
+ e2fsck jfs_fsck reiserfsck btrfsck
"
if [[ $hostonly ]]; then
_helpers="umount mount "