summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS1
-rw-r--r--perl-install/fs/format.pm2
-rw-r--r--perl-install/install/NEWS3
3 files changed, 5 insertions, 1 deletions
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