diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-03-08 23:09:32 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-03-08 23:09:32 +0000 |
commit | 15cde5c25f4ec7b5b8121d8a13ab9fe7c105e4b3 (patch) | |
tree | 5fa84300a4af2638286890e21751c3090c6d2d4b /perl-install/install_steps.pm | |
parent | cbb0bae07578f66abc44d3adb26f9e90cf6c8581 (diff) | |
download | drakx-15cde5c25f4ec7b5b8121d8a13ab9fe7c105e4b3.tar drakx-15cde5c25f4ec7b5b8121d8a13ab9fe7c105e4b3.tar.gz drakx-15cde5c25f4ec7b5b8121d8a13ab9fe7c105e4b3.tar.bz2 drakx-15cde5c25f4ec7b5b8121d8a13ab9fe7c105e4b3.tar.xz drakx-15cde5c25f4ec7b5b8121d8a13ab9fe7c105e4b3.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index b1c842e16..099f44659 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -168,7 +168,7 @@ sub choosePartitionsToFormat($$) { sub formatPartitions { my $o = shift; foreach (@_) { - raid::format_part($o->{raid}, $_) if $_->{toFormat}; + fs::format_part($o->{raid}, $_) if $_->{toFormat}; } } |