summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2004-12-01 06:32:42 +0000
committerFlorent Villard <warly@mandriva.com>2004-12-01 06:32:42 +0000
commit96779ae91d355eafd318e6d06a67d83efeb24e10 (patch)
treea992b516d2d6ca58295b71ec92f749cdbc5c69af
parent6fabcdc910cdb6bea8ed7d44ae836c3b3700373f (diff)
downloaddrakx-backup-do-not-use-96779ae91d355eafd318e6d06a67d83efeb24e10.tar
drakx-backup-do-not-use-96779ae91d355eafd318e6d06a67d83efeb24e10.tar.gz
drakx-backup-do-not-use-96779ae91d355eafd318e6d06a67d83efeb24e10.tar.bz2
drakx-backup-do-not-use-96779ae91d355eafd318e6d06a67d83efeb24e10.tar.xz
drakx-backup-do-not-use-96779ae91d355eafd318e6d06a67d83efeb24e10.zip
Do not activate the updates selection step during installation
-rw-r--r--perl-install/steps.pm2
1 files changed, 1 insertions, 1 deletions
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) {