From fe22c48f627861309c0eb3af46b4af674e941b95 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 13 Sep 2005 16:11:27 +0000 Subject: it seems we don't need re-ordering steps anymore for upgrading (otherwise we would need to have miscellaneous before doPartitionDisks so that useSupermount is correctly set) --- perl-install/install2.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 8c1f58525..b128b9d38 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -143,10 +143,6 @@ sub selectInstallClass { installStepsCall($o, $auto, 'selectInstallClass'); if ($o->{isUpgrade}) { - @{$o->{orderedSteps}} = uniq(map { - $_ eq 'selectInstallClass' ? ($_, 'doPartitionDisks', 'formatPartitions') : $_; - } @{$o->{orderedSteps}}); - $o->{modules_conf}->merge_into(modules::any_conf->read); } } -- cgit v1.2.1