summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-01-23 19:05:49 +0000
committerThierry Vignaud <tv@mageia.org>2012-01-23 19:05:49 +0000
commit4ab66a5511cbdb3c48d4464ff884a05dd430eab8 (patch)
tree9a917b65b7c8dd461258a1e340e1c47182612272
parent97814752954e2196f2a4b21e747317a79b347552 (diff)
downloaddrakx-backup-do-not-use-4ab66a5511cbdb3c48d4464ff884a05dd430eab8.tar
drakx-backup-do-not-use-4ab66a5511cbdb3c48d4464ff884a05dd430eab8.tar.gz
drakx-backup-do-not-use-4ab66a5511cbdb3c48d4464ff884a05dd430eab8.tar.bz2
drakx-backup-do-not-use-4ab66a5511cbdb3c48d4464ff884a05dd430eab8.tar.xz
drakx-backup-do-not-use-4ab66a5511cbdb3c48d4464ff884a05dd430eab8.zip
preserve UUID when reformating a nilfs fs
-rw-r--r--perl-install/NEWS1
-rw-r--r--perl-install/fs/format.pm1
-rw-r--r--perl-install/install/NEWS1
3 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index de3601575..bd199ac4c 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -2,6 +2,7 @@
- diskdrake:
o enable to set LV names when not in expert mode
o enable to set label on btrfs & nilfs fses as well as on swap
+ o preserve UUID when reformating a nilfs fs
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 e8fe75f5c..de444c694 100644
--- a/perl-install/fs/format.pm
+++ b/perl-install/fs/format.pm
@@ -71,6 +71,7 @@ my %preserve_UUID = ( # package, commande
#btrfs => [ 'btrfs-progs', 'FIXME' ],
jfs => [ 'jfsutils', 'jfs_tune', ],
xfs => [ 'xfsprogs', 'xfs_admin' ],
+ nilfs2 => [ 'nilfs-utils', 'nilfs-tune' ],
);
sub package_needed_for_partition_type {
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 965900de4..352cb1239 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,5 +1,6 @@
- diskdrake:
o enable to set label on btrfs & nilfs fses as well as on swap
+ o preserve UUID when reformating a nilfs fs
Version 13.76 - 20 January 2012