summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/format.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-01-23 19:05:37 +0000
committerThierry Vignaud <tv@mageia.org>2012-01-23 19:05:37 +0000
commit056066262c6b485b7069de8fe3be5c058ec95191 (patch)
treeaf07850db7f6bd8d41311a43d8b1e12c07242ec6 /perl-install/fs/format.pm
parentb93d8fe0b20a2d7d3a13c46d8e1cec508e763816 (diff)
downloaddrakx-backup-do-not-use-056066262c6b485b7069de8fe3be5c058ec95191.tar
drakx-backup-do-not-use-056066262c6b485b7069de8fe3be5c058ec95191.tar.gz
drakx-backup-do-not-use-056066262c6b485b7069de8fe3be5c058ec95191.tar.bz2
drakx-backup-do-not-use-056066262c6b485b7069de8fe3be5c058ec95191.tar.xz
drakx-backup-do-not-use-056066262c6b485b7069de8fe3be5c058ec95191.zip
enable to set label on nilfs fses
Diffstat (limited to 'perl-install/fs/format.pm')
-rw-r--r--perl-install/fs/format.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm
index 6025d72fb..78f88c9dc 100644
--- a/perl-install/fs/format.pm
+++ b/perl-install/fs/format.pm
@@ -63,7 +63,7 @@ my %edit_LABEL = ( # package, command, option
ntfs => [ 'ntfsprogs', 'ntfslabel' ],
'ntfs-3g' => [ 'ntfsprogs', 'ntfslabel' ],
# btrfs
-# nilfs2
+ nilfs2 => [ 'nilfs-utils', 'nilfs-tune', '-L' ],
);
sub package_needed_for_partition_type {