summaryrefslogtreecommitdiffstats
path: root/perl-install/steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-01-07 01:25:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-01-07 01:25:32 +0000
commit071f08879eb991db55b7a0c743a19fc539c33f5a (patch)
tree14b2a872b8674d652fca908be33ded284040d09e /perl-install/steps.pm
parent0a541173e070715dc72739653491b34da1e3afdb (diff)
downloaddrakx-backup-do-not-use-071f08879eb991db55b7a0c743a19fc539c33f5a.tar
drakx-backup-do-not-use-071f08879eb991db55b7a0c743a19fc539c33f5a.tar.gz
drakx-backup-do-not-use-071f08879eb991db55b7a0c743a19fc539c33f5a.tar.bz2
drakx-backup-do-not-use-071f08879eb991db55b7a0c743a19fc539c33f5a.tar.xz
drakx-backup-do-not-use-071f08879eb991db55b7a0c743a19fc539c33f5a.zip
move setupBootloader before summary
Diffstat (limited to 'perl-install/steps.pm')
-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 9c8665e1e..850feaff3 100644
--- a/perl-install/steps.pm
+++ b/perl-install/steps.pm
@@ -24,9 +24,9 @@ use common;
setRootPassword => [ N_("Set root password"), 1, 1, '', "installPackages", 'rootpasswd' ],
addUser => [ N_("Add a user"), 1, 1, '', "installPackages", 'user' ],
configureNetwork => [ N_("Configure networking"), 1, 1, '', "formatPartitions", 'network' ],
+ setupBootloader => [ N_("Install bootloader"), 1, 0, '', "installPackages", 'bootloader' ],
summary => [ N_("Summary"), 1, 0, '', "installPackages", 'summary' ],
configureServices => [ N_("Configure services"), 1, 1, '!$::expert', "installPackages", 'services' ],
- setupBootloader => [ N_("Install bootloader"), 1, 0, '', "installPackages", 'bootloader' ],
if_(arch() !~ /alpha/ && arch() !~ /ppc/,
createBootdisk => [ N_("Create a bootdisk"), 1, 0, '', "installPackages", 'bootdisk' ],
),