From edbb716165d7a2aacd508b0f44cf775ef606d033 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 3 Mar 2001 19:28:07 +0000 Subject: (formatPartitions): call vgscan if needed when / is mounted --- perl-install/install2.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/install2.pm') 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); -- cgit v1.2.1