diff options
-rw-r--r-- | perl-install/fs/format.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm index b04c74cb1..1fe2a1de4 100644 --- a/perl-install/fs/format.pm +++ b/perl-install/fs/format.pm @@ -43,7 +43,7 @@ my %LABELs = ( #- option, length, handled_by_mount ntfs => [ '-L', 128, 0 ], 'ntfs-3g' => [ '-L', 128, 0 ], btrfs => [ '-L', 256, 1 ], - nilfs2 => [ '-L', 16, 1], + nilfs2 => [ '-L', 16, 1 ], ); my %edit_LABEL = ( # package, command, option |