From 167fc711a1c9190ba6deb54dd1d7d9fdf84122c3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 3 Mar 2001 21:32:25 +0000 Subject: small fixes for LVM --- perl-install/install2.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index d7cd43206..0379648ae 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -219,9 +219,6 @@ 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