]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fs-lib: remove redundancy
authorMarcos Mello <marcosfrm@gmail.com>
Fri, 6 Apr 2018 11:17:30 +0000 (08:17 -0300)
committerHarald Hoyer <harald@hoyer.xyz>
Mon, 9 Apr 2018 06:19:51 +0000 (08:19 +0200)
modules.d/99fs-lib/module-setup.sh

index bd61838b3a998f4707ade8791e1ea5eeaa37941c..e614fe5f5a316591d0699af047e8e658c1efa446 100755 (executable)
@@ -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 "