add -f to mkfs.f2fs

This commit is contained in:
PacBangLinux 2019-12-20 11:40:24 +00:00 committed by natemaia
parent 13e41a9a68
commit a003e52a52

View File

@ -85,7 +85,7 @@ declare -A EDIT_FILES=(
# mkfs command flags for filesystem formatting {
declare -A FS_CMD_FLAGS=(
[f2fs]='' [jfs]='-q' [xfs]='-f' [ntfs]='-q' [ext2]='-q' [ext3]='-q' [ext4]='-q' [vfat]='-F32' [nilfs2]='-q' [reiserfs]='-q'
[f2fs]='-f' [jfs]='-q' [xfs]='-f' [ntfs]='-q' [ext2]='-q' [ext3]='-q' [ext4]='-q' [vfat]='-F32' [nilfs2]='-q' [reiserfs]='-q'
) # }
# mount options for each filesystem {