From 34ca1e5458541c2ecab18126a4a039500ee7dc99 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 31 May 2001 16:51:27 +0000 Subject: hide step formatPartitions when upgrading --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 16364877e..ac9f40db0 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -41,7 +41,7 @@ my (%installSteps, @orderedInstallSteps); selectKeyboard => [ __("Choose your keyboard"), 1, 1, '', "selectInstallClass", 'keyboard' ], miscellaneous => [ __("Security"), 1, 1, '!$::expert', '', 'security' ], doPartitionDisks => [ __("Setup filesystems"), 1, 0, '', "selectInstallClass", 'default' ], - formatPartitions => [ __("Format partitions"), 1, -1, '', "doPartitionDisks", 'default' ], + formatPartitions => [ __("Format partitions"), 1, -1, '$o->{isUpgrade}', "doPartitionDisks", 'default' ], choosePackages => [ __("Choose packages to install"), 1, -2, '!$::expert', "formatPartitions", 'default' ], installPackages => [ __("Install system"), 1, -1, '', ["formatPartitions", "selectInstallClass"], '' ], setRootPassword => [ __("Set root password"), 1, 1, '', "installPackages", 'rootpasswd' ], -- cgit v1.2.1