From 960dd8c2fc966b1bc0488221a4b14077bb8b6ad4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 6 Jan 2004 16:03:58 +0000 Subject: basic lvm2 support (not tested yet!) --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 00184f3fc..a35543864 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -426,7 +426,7 @@ Consoles 1,3,4,7 may also contain interesting information"; } #- generate /etc/lvmtab needed for rc.sysinit - run_program::rooted($o->{prefix}, 'vgscan') if -e '/etc/lvmtab'; + run_program::rooted($o->{prefix}, 'lvm2', 'vgscan') if -e '/etc/lvmtab'; #- configure PCMCIA services if needed. modules::write_pcmcia($o->{prefix}, $o->{pcmcia}); -- cgit v1.2.1