diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2010-04-27 13:57:03 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2010-04-27 13:57:03 +0000 |
commit | 5bf28da317c04c6691bbe6d7c666d9b40e6e05a3 (patch) | |
tree | 3f9bbd5d0361e34e1f6afbeed3ddb60649284b98 /perl-install/install | |
parent | 5024ed6eafe006078e61c8a5c6a9d59bb209f051 (diff) | |
download | drakx-5bf28da317c04c6691bbe6d7c666d9b40e6e05a3.tar drakx-5bf28da317c04c6691bbe6d7c666d9b40e6e05a3.tar.gz drakx-5bf28da317c04c6691bbe6d7c666d9b40e6e05a3.tar.bz2 drakx-5bf28da317c04c6691bbe6d7c666d9b40e6e05a3.tar.xz drakx-5bf28da317c04c6691bbe6d7c666d9b40e6e05a3.zip |
- install plymouth if / is encrypted, to ask for password
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/NEWS | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 03e236a43..1e9139d3f 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,15 @@ -- allow resizing empty FAT (#58770) +- diskdrake: + o allow resizing empty FAT (#58770) + o offer encryption in a more visible way when creating a partition + o remove cryptoloop from diskdrake interface and transparently use dm-crypt + o support having dm-crypt partition with non default FS + o do not display dm-crypt partitions in separate tab, display included + partition directly in-place + o do not warn about data loss when changing type of unformatted partition + o display lock icon on encrypted partitions + o fix loading of dmcrypt info now that /dev/mapper/* are symlinks + o fix creating encrypted LVM +- install plymouth if / is encrypted, to ask for password Version 13.19 - 14 April 2010 |