From f39f307ded336dddb9a4767b1128b82471446412 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 11 Mar 2000 01:11:06 +0000 Subject: no_comment --- perl-install/install_steps.pm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 6004096b1..a867b8155 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -165,11 +165,9 @@ sub choosePartitionsToFormat($$) { } } -sub formatPartitions { - my $o = shift; - foreach (@_) { - fs::format_part($o->{raid}, $_) if $_->{toFormat}; - } +sub formatMountPartitions { + my ($o) = @_; + fs::formatMount_all($o->{raid}, $o->{fstab}, $o->{prefix}); } #------------------------------------------------------------------------------ -- cgit v1.2.1