From aa560937696c59232dfdf00f3b493b8f85bf412a Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 4 Jan 2002 16:41:45 +0000 Subject: added update installation support to install (big modifs need testing). --- perl-install/steps.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/steps.pm') diff --git a/perl-install/steps.pm b/perl-install/steps.pm index ddfe7b777..c727b33f6 100644 --- a/perl-install/steps.pm +++ b/perl-install/steps.pm @@ -24,6 +24,7 @@ use common; setRootPassword => [ __("Set root password"), 1, 1, '', "installPackages", 'rootpasswd' ], addUser => [ __("Add a user"), 1, 1, '', "installPackages", 'user' ], configureNetwork => [ __("Configure networking"), 1, 1, '', "formatPartitions", 'network' ], + installUpdates => [ __("Install system updates"), 1, 1, '', ["installPackages", "configureNetwork"], '' ], summary => [ __("Summary"), 1, 0, '', "installPackages", 'summary' ], configureServices => [ __("Configure services"), 1, 1, '!$::expert', "installPackages", 'services' ], setupBootloader => [ __("Install bootloader"), 1, 0, '', "installPackages", 'bootloader' ], -- cgit v1.2.1