diff options
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/fs/format.pm | 1 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
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 |