From 6673cb97ed58b86f2310a88f7e11cc377e87285b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 23 Jan 2012 19:05:49 +0000 Subject: preserve UUID when reformating a nilfs fs --- perl-install/NEWS | 1 + perl-install/fs/format.pm | 1 + perl-install/install/NEWS | 1 + 3 files changed, 3 insertions(+) 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 -- cgit v1.2.1