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/install_steps.pm | |
parent | edbb716165d7a2aacd508b0f44cf775ef606d033 (diff) | |
download | drakx-167fc711a1c9190ba6deb54dd1d7d9fdf84122c3.tar drakx-167fc711a1c9190ba6deb54dd1d7d9fdf84122c3.tar.gz drakx-167fc711a1c9190ba6deb54dd1d7d9fdf84122c3.tar.bz2 drakx-167fc711a1c9190ba6deb54dd1d7d9fdf84122c3.tar.xz drakx-167fc711a1c9190ba6deb54dd1d7d9fdf84122c3.zip |
small fixes for LVM
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 53a5a357e..c6c26b9b3 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -401,6 +401,9 @@ Consoles 1,3,4,7 may also contain interesting information"; #- why not? cuz weather is nice today :-) [pixel] sync(); sync(); + #- generate /etc/lvmtab needed for rc.sysinit + run_program::rooted($o->{prefix}, 'vgscan') if -e '/etc/lvmtab'; + #- configure PCMCIA services if needed. modules::write_pcmcia($o->{prefix}, $o->{pcmcia}); |