From df4d1519d26db338c7524a98d00820012c9b07b3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 30 Jan 2017 10:43:06 +0100 Subject: explicitly probe LVMs in live install --- perl-install/lvm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/lvm.pm b/perl-install/lvm.pm index ffdba0b3e..bf212bd6f 100644 --- a/perl-install/lvm.pm +++ b/perl-install/lvm.pm @@ -58,7 +58,7 @@ Loads LVM modules and scan VGs (if in installer, not in standalone tool). sub init() { devices::init_device_mapper(); - detect_during_install() if $::isInstall; + detect_during_install() if $::isInstall || $::isLiveInstall; 1; } -- cgit v1.2.1