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/install_steps.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/install_steps.pm') 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}); -- cgit v1.2.1