summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install2.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 0379648ae..d7cd43206 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -219,6 +219,9 @@ sub formatPartitions {
require raid;
raid::prepare_prefixed($o->{raid}, $o->{prefix});
+ #- generate /etc/lvmtab need for rc.sysinit
+ run_program::rooted($o->{prefix}, 'vgscan') if -e '/etc/lvmtab';
+
my $d = "/initrd/loopfs/lnx4win";
if (-d $d) {
#- install_any::useMedium(0);