From bd4c2c2f5c8b92e1cd0e72ba5471dd526c535279 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