diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-01-23 19:05:25 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-01-23 19:05:25 +0000 |
commit | 2cc1a80e1f0a669209d1863ef42426ef872bc3d6 (patch) | |
tree | a9fde482c38ce5e9426e240ac9b56a1aff68f4b8 /perl-install/fs/format.pm | |
parent | 34e50eaaea02155e3d9a189bd6325e5fd6b5150b (diff) | |
download | drakx-2cc1a80e1f0a669209d1863ef42426ef872bc3d6.tar drakx-2cc1a80e1f0a669209d1863ef42426ef872bc3d6.tar.gz drakx-2cc1a80e1f0a669209d1863ef42426ef872bc3d6.tar.bz2 drakx-2cc1a80e1f0a669209d1863ef42426ef872bc3d6.tar.xz drakx-2cc1a80e1f0a669209d1863ef42426ef872bc3d6.zip |
perl_checker cleanup
Diffstat (limited to 'perl-install/fs/format.pm')
-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 |