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 | 4b1f7eac996de72a9f34a8d5562e288b4a41dcbc (patch) | |
tree | a9fde482c38ce5e9426e240ac9b56a1aff68f4b8 /perl-install | |
parent | 1f8dd0e297d3822590dec441dab0ac19dacf13f8 (diff) | |
download | drakx-backup-do-not-use-4b1f7eac996de72a9f34a8d5562e288b4a41dcbc.tar drakx-backup-do-not-use-4b1f7eac996de72a9f34a8d5562e288b4a41dcbc.tar.gz drakx-backup-do-not-use-4b1f7eac996de72a9f34a8d5562e288b4a41dcbc.tar.bz2 drakx-backup-do-not-use-4b1f7eac996de72a9f34a8d5562e288b4a41dcbc.tar.xz drakx-backup-do-not-use-4b1f7eac996de72a9f34a8d5562e288b4a41dcbc.zip |
perl_checker cleanup
Diffstat (limited to 'perl-install')
-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 |