summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/rc b/common/rc
index d9df7b7a..741579af 100644
--- a/common/rc
+++ b/common/rc
@@ -605,6 +605,9 @@ _test_mkfs()
ext2|ext3|ext4)
$MKFS_PROG -t $FSTYP -- -F $MKFS_OPTIONS $* $TEST_DEV
;;
+ xfs)
+ $MKFS_PROG -t $FSTYP -- -f $MKFS_OPTIONS $* $TEST_DEV
+ ;;
*)
yes | $MKFS_PROG -t $FSTYP -- $MKFS_OPTIONS $* $TEST_DEV
;;