diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-03 21:32:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-03 21:32:25 +0000 |
commit | 167fc711a1c9190ba6deb54dd1d7d9fdf84122c3 (patch) | |
tree | d327fea0e08a9dd2408c5f3b558157d32863913c /perl-install/install2.pm | |
parent | edbb716165d7a2aacd508b0f44cf775ef606d033 (diff) | |
download | drakx-backup-do-not-use-167fc711a1c9190ba6deb54dd1d7d9fdf84122c3.tar drakx-backup-do-not-use-167fc711a1c9190ba6deb54dd1d7d9fdf84122c3.tar.gz drakx-backup-do-not-use-167fc711a1c9190ba6deb54dd1d7d9fdf84122c3.tar.bz2 drakx-backup-do-not-use-167fc711a1c9190ba6deb54dd1d7d9fdf84122c3.tar.xz drakx-backup-do-not-use-167fc711a1c9190ba6deb54dd1d7d9fdf84122c3.zip |
small fixes for LVM
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 3 |
1 files changed, 0 insertions, 3 deletions
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); |