summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-06 16:03:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-06 16:03:58 +0000
commit960dd8c2fc966b1bc0488221a4b14077bb8b6ad4 (patch)
treef6e2c227ff01607d8876fee3af46e3997019d318 /perl-install/install_steps.pm
parent7b806235678dbc76e3976bb8fd9cb0a1521fa250 (diff)
downloaddrakx-backup-do-not-use-960dd8c2fc966b1bc0488221a4b14077bb8b6ad4.tar
drakx-backup-do-not-use-960dd8c2fc966b1bc0488221a4b14077bb8b6ad4.tar.gz
drakx-backup-do-not-use-960dd8c2fc966b1bc0488221a4b14077bb8b6ad4.tar.bz2
drakx-backup-do-not-use-960dd8c2fc966b1bc0488221a4b14077bb8b6ad4.tar.xz
drakx-backup-do-not-use-960dd8c2fc966b1bc0488221a4b14077bb8b6ad4.zip
basic lvm2 support (not tested yet!)
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
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});