diff options
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 |