diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-01-10 02:00:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-01-10 02:00:46 +0000 |
commit | 4fe837d51fcc99ac6d1e80463b5e13520b250839 (patch) | |
tree | b0c87fc4611a55f95d8812e1afbcef3475459740 /perl-install/install2.pm | |
parent | 88d708135221a9b0147c08169fc03e20db45c113 (diff) | |
download | drakx-backup-do-not-use-4fe837d51fcc99ac6d1e80463b5e13520b250839.tar drakx-backup-do-not-use-4fe837d51fcc99ac6d1e80463b5e13520b250839.tar.gz drakx-backup-do-not-use-4fe837d51fcc99ac6d1e80463b5e13520b250839.tar.bz2 drakx-backup-do-not-use-4fe837d51fcc99ac6d1e80463b5e13520b250839.tar.xz drakx-backup-do-not-use-4fe837d51fcc99ac6d1e80463b5e13520b250839.zip |
no_comment
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 18e5a5bcd..e111c9043 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -60,7 +60,7 @@ my (%installSteps, @orderedInstallSteps); addUser => [ __("Add a user"), 1, 1, '', "doInstallStep" ], createBootdisk => [ __("Create a bootdisk"), 1, 0, '', "doInstallStep" ], setupBootloader => [ __("Install bootloader"), 1, 1, '', "doInstallStep" ], - configureX => [ __("Configure X"), 1, 0, ''],#, ["formatPartitions", "setupBootloader"] ], + configureX => [ __("Configure X"), 1, 0, '', ["formatPartitions", "setupBootloader"] ], exitInstall => [ __("Exit install"), 0, 0, 'beginner' ], ); for (my $i = 0; $i < @installSteps; $i += 2) { |