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/NEWS | 1 + perl-install/fs/format.pm | 2 +- perl-install/install/NEWS | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index f14af452f..0be5447db 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,6 +1,7 @@ - add support for XZ modules - diskdrake: o enable to set LV names when not in expert mode + o enable to set label on nilfs fses o report back error from lvm2 o suggest better LV names based on the mount point rather than numbers 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 { diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 460959b55..cf31cbb21 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- diskdrake: + o enable to set label on nilfs fses + Version 13.76 - 20 January 2012 - add support for XZ modules -- cgit v1.2.1