From 9a458d72ade15d36550c31d06484f0c400200dba Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 4 May 2000 03:16:07 +0000 Subject: no_comment --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') 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($_)) } : -- cgit v1.2.1