diff options
author | Colin Guthrie <colin@mageia.org> | 2013-04-21 00:46:10 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-04-21 00:46:10 +0000 |
commit | 4974a4e759e2672b058d2c506b0f45d15ff762ee (patch) | |
tree | 48fa645ead37b9b8a261a37869dd657f4637f14e /perl-install | |
parent | 76eb16ecc8c1fd29521b30659f7106242f75d993 (diff) | |
download | drakx-4974a4e759e2672b058d2c506b0f45d15ff762ee.tar drakx-4974a4e759e2672b058d2c506b0f45d15ff762ee.tar.gz drakx-4974a4e759e2672b058d2c506b0f45d15ff762ee.tar.bz2 drakx-4974a4e759e2672b058d2c506b0f45d15ff762ee.tar.xz drakx-4974a4e759e2672b058d2c506b0f45d15ff762ee.zip |
ensure LVMs on top of dmcrypt are activated after unlocking (mga#5661)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 3 | ||||
-rw-r--r-- | perl-install/diskdrake/interactive.pm | 1 | ||||
-rw-r--r-- | perl-install/install/NEWS | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 2dbc9cb5b..e375b4d08 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- partionning (mga#5661): + o ensure LVMs on top of dmcrypt are activated after unlocking + Version 15.41 - 21 April 2013 - popup dialog confirming to quit when clicking "X" (mga#8476): diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm index b1d6809cc..7e1452116 100644 --- a/perl-install/diskdrake/interactive.pm +++ b/perl-install/diskdrake/interactive.pm @@ -966,6 +966,7 @@ sub detect_lvms_on_dmcrypt { $all_hds->{lvms} = [ fsedit::lvms($all_hds) ]; fs::dmcrypt::read_crypttab_($all_hds, $tmp_file); rm_rf($tmp_file); + lvm::detect_during_install() if $::isInstall; } sub Add2RAID { diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 7d455f083..13572e65d 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- partionning (mga#5661): + o ensure LVMs on top of dmcrypt are activated after unlocking + Version 15.41 - 21 April 2013 - add support for new help |