diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-01-23 19:05:49 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-01-23 19:05:49 +0000 |
commit | 6673cb97ed58b86f2310a88f7e11cc377e87285b (patch) | |
tree | 9a917b65b7c8dd461258a1e340e1c47182612272 /perl-install | |
parent | 4be125e511a13d197f0f6cac260a5f19322ad971 (diff) | |
download | drakx-6673cb97ed58b86f2310a88f7e11cc377e87285b.tar drakx-6673cb97ed58b86f2310a88f7e11cc377e87285b.tar.gz drakx-6673cb97ed58b86f2310a88f7e11cc377e87285b.tar.bz2 drakx-6673cb97ed58b86f2310a88f7e11cc377e87285b.tar.xz drakx-6673cb97ed58b86f2310a88f7e11cc377e87285b.zip |
preserve UUID when reformating a nilfs fs
Diffstat (limited to 'perl-install')
-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 |