summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-05-04 03:16:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-05-04 03:16:07 +0000
commit9a458d72ade15d36550c31d06484f0c400200dba (patch)
tree179e5578faa39cc6db3da419f590853c86a68313 /perl-install/install_steps.pm
parentded2e3634359abc227f6bf9c378729dfb2ca09f1 (diff)
downloaddrakx-9a458d72ade15d36550c31d06484f0c400200dba.tar
drakx-9a458d72ade15d36550c31d06484f0c400200dba.tar.gz
drakx-9a458d72ade15d36550c31d06484f0c400200dba.tar.bz2
drakx-9a458d72ade15d36550c31d06484f0c400200dba.tar.xz
drakx-9a458d72ade15d36550c31d06484f0c400200dba.zip
no_comment
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 c47099400..06b486091 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -196,7 +196,7 @@ sub choosePartitionsToFormat($$) {
$_->{mntpoint} = "swap" if isSwap($_);
$_->{mntpoint} or next;
- add2hash_($_, { toFormat => $_->{notFormatted} || $o->{partitioning}{autoformat} });
+ add2hash_($_, { toFormat => $_->{notFormatted} });
if (!$_->{toFormat}) {
my $t = isLoopback($_) ?
eval { fsedit::typeOfPart($o->{prefix} . loopback::file($_)) } :