mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
nand-sata-install: mkfs.f2fs needs "force" option in case target has an existing filesystem
This commit is contained in:
@@ -62,7 +62,7 @@ else
|
||||
mkopts[ext4]='-qF'
|
||||
fi
|
||||
mkopts[btrfs]='-f'
|
||||
mkopts[f2fs]=''
|
||||
mkopts[f2fs]='-f'
|
||||
|
||||
mountopts[ext2]='defaults,noatime,nodiratime,commit=600,errors=remount-ro,x-gvfs-hide 0 1'
|
||||
mountopts[ext3]='defaults,noatime,nodiratime,commit=600,errors=remount-ro,x-gvfs-hide 0 1'
|
||||
|
||||
Reference in New Issue
Block a user