From 3980ebfd98fe7be5cce63bdfba0c567a052d996a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 23 Apr 2013 15:30:45 +0000 Subject: fix a crash when trying to create a encrypted LVM partition (mga#9837) --- perl-install/NEWS | 3 +++ perl-install/diskdrake/interactive.pm | 1 + perl-install/install/NEWS | 3 +++ 3 files changed, 7 insertions(+) diff --git a/perl-install/NEWS b/perl-install/NEWS index 95ba3e7e3..fd26a6c4a 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- partionning: + o fix a crash when trying to create a encrypted LVM partition (mga#9837) + Version 15.42 - 21 April 2013 - partionning (mga#5661): diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm index 7e1452116..02ab8bdb1 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); + require lvm; lvm::detect_during_install() if $::isInstall; } diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 82afa967f..7e6d18235 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- partionning: + o fix a crash when trying to create a encrypted LVM partition (mga#9837) + Version 15.43 - 22 april 2013 - prepare final release: left background -- cgit v1.2.1