diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-05-04 03:16:07 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-05-04 03:16:07 +0000 |
commit | 9a458d72ade15d36550c31d06484f0c400200dba (patch) | |
tree | 179e5578faa39cc6db3da419f590853c86a68313 /perl-install/install_steps.pm | |
parent | ded2e3634359abc227f6bf9c378729dfb2ca09f1 (diff) | |
download | drakx-backup-do-not-use-9a458d72ade15d36550c31d06484f0c400200dba.tar drakx-backup-do-not-use-9a458d72ade15d36550c31d06484f0c400200dba.tar.gz drakx-backup-do-not-use-9a458d72ade15d36550c31d06484f0c400200dba.tar.bz2 drakx-backup-do-not-use-9a458d72ade15d36550c31d06484f0c400200dba.tar.xz drakx-backup-do-not-use-9a458d72ade15d36550c31d06484f0c400200dba.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 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($_)) } : |