summaryrefslogtreecommitdiffstats
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
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
-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