tidy mkfs parameterisation, -f option pulled into common.rc.

This commit is contained in:
fsgqa
2002-05-06 07:44:22 +00:00
parent fe932fdad3
commit f29425d6f7
29 changed files with 94 additions and 108 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ rm -f $seq.out $seq.full
umount $SCRATCH_DEV >/dev/null 2>&1
_full "mkfs"
mkfs_xfs -f -lsize=2000b $SCRATCH_DEV >>$seq.full 2>&1 \
mkfs_xfs -lsize=2000b $SCRATCH_DEV >>$seq.full 2>&1 \
|| _fail "mkfs failed"
_full " mount"
mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >>$seq.full 2>&1 \