From 950fe7395621dc21885ac3e1280e007248646608 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 9 Nov 1999 03:02:37 +0000 Subject: no_comment --- perl-install/install_steps.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 3ec11a021..b537263f7 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -15,6 +15,7 @@ use modules; use run_program; use lilo; use lang; +use raid; use keyboard; use printer; use pkgs; @@ -166,7 +167,7 @@ sub choosePartitionsToFormat($$) { sub formatPartitions { my $o = shift; foreach (@_) { - fs::format_part($_) if $_->{toFormat}; + raid::format_part($o->{raid}, $_) if $_->{toFormat}; } } -- cgit v1.2.1