From f9a43be6ee23983c7be107a5d6a0abf5fe239aba Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 14 Feb 2020 15:49:56 +0100 Subject: nilfs2: overwite existing fs when formating (like other FSes) --- perl-install/fs/format.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs') diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm index 0be25e3d7..1e1175b3e 100644 --- a/perl-install/fs/format.pm +++ b/perl-install/fs/format.pm @@ -24,7 +24,7 @@ my %cmds = ( ntfs => [ 'ntfsprogs', 'mkntfs', '--fast' ], 'ntfs-3g' => [ 'ntfsprogs', 'mkntfs', '--fast' ], btrfs => [ 'btrfs-progs', 'mkfs.btrfs', '-f' ], - nilfs2 => [ 'nilfs-utils', 'mkfs.nilfs2' ], + nilfs2 => [ 'nilfs-utils', 'mkfs.nilfs2', '-f' ], ); my %LABELs = ( #- option, length, handled_by_mount -- cgit v1.2.1