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/fs/format.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/fs/format.pm') 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 { -- cgit v1.2.1