From b7acd3ade7d6d0dbde3d53372e86bcb6123bfc89 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 21 Apr 2013 00:46:10 +0000 Subject: ensure LVMs on top of dmcrypt are activated after unlocking (mga#5661) --- perl-install/NEWS | 3 +++ perl-install/diskdrake/interactive.pm | 1 + perl-install/install/NEWS | 3 +++ 3 files changed, 7 insertions(+) (limited to 'perl-install') 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 -- cgit v1.2.1