From 2f0b2a61aeb0f7e8d6eeacc9ef2935b863266578 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 23 Jan 2012 19:05:37 +0000 Subject: enable to set label on nilfs 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 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 { -- cgit v1.2.1