]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fs-lib/module-setup.sh: add xfs_metadump
authorHarald Hoyer <harald@redhat.com>
Wed, 29 May 2013 15:51:57 +0000 (17:51 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 29 May 2013 15:51:57 +0000 (17:51 +0200)
modules.d/99fs-lib/module-setup.sh

index 637737ee8adb1db5790f5745c818c56867f7fc75..df9a04c3e1afa72df27c116647ba3e1640bce05d 100755 (executable)
@@ -15,7 +15,7 @@ echo_fs_helper() {
     local dev=$1 fs=$2
     case "$fs" in
         xfs)
-            echo -n " xfs_db xfs_repair xfs_check "
+            echo -n " xfs_db xfs_repair xfs_check xfs_metadump "
             ;;
         ext?)
             echo -n " e2fsck "
@@ -65,7 +65,7 @@ install() {
     if [[ "$fscks" = "${fscks#*[^ ]*}" ]]; then
         _helpers="\
             umount mount /sbin/fsck*
-            xfs_db xfs_check xfs_repair
+            xfs_db xfs_check xfs_repair xfs_metadump
             e2fsck jfs_fsck reiserfsck btrfsck
         "
         if [[ $hostonly ]]; then