From 96779ae91d355eafd318e6d06a67d83efeb24e10 Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Wed, 1 Dec 2004 06:32:42 +0000 Subject: Do not activate the updates selection step during installation --- perl-install/steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/steps.pm b/perl-install/steps.pm index 82eb8d8a6..a0d802a53 100644 --- a/perl-install/steps.pm +++ b/perl-install/steps.pm @@ -29,7 +29,7 @@ use common; configureX => [ N_("Configure X"), 1, 1, '1', ["formatPartitions", "setupBootloader"] ], summary => [ N_("Summary"), 1, 0, '', "installPackages" ], configureServices => [ N_("Configure services"), 1, 1, '1', "installPackages" ], - installUpdates => [ N_("Install updates"), 1, 1, '', ["installPackages", "configureNetwork", "summary"] ], +# installUpdates => [ N_("Install updates"), 1, 1, '', ["installPackages", "configureNetwork", "summary"] ], exitInstall => [ N_("Exit install"), 0, 0, '', '' ], ); for (my $i = 0; $i < @installSteps; $i += 2) { -- cgit v1.2.1