fs-lib/module-setup.sh: install fsck and fsck.ext*
authorHarald Hoyer <harald@redhat.com>
Mon, 12 Aug 2013 22:19:05 +0000 (00:19 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 12 Aug 2013 22:19:05 +0000 (00:19 +0200)
modules.d/99fs-lib/module-setup.sh

index 9539f63f65877e3911127598367492db835f518f..c9c88b7d61d4300d2bb82ddd33c82dc97bd7bdca 100755 (executable)
@@ -18,7 +18,7 @@ echo_fs_helper() {
             echo -n " xfs_db xfs_repair xfs_check xfs_metadump "
             ;;
         ext?)
-            echo -n " e2fsck "
+            echo -n " fsck.$fs e2fsck "
             ;;
         jfs)
             echo -n " jfs_fsck "
@@ -80,5 +80,5 @@ install() {
         inst_simple /etc/e2fsck.conf
     fi
 
-    inst_multiple -o $_helpers
+    inst_multiple -o $_helpers fsck
 }