diff options
author | Francois Pons <fpons@mandriva.com> | 1999-11-09 21:30:51 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-11-09 21:30:51 +0000 |
commit | 2f45ca11b6e3f1e74f2ba8a7bf65ca37b2c9bd08 (patch) | |
tree | 3a0562bafbe888abe94f95174174a6715d3adc25 /perl-install/install2.pm | |
parent | d92b13883fbf6acce6c39cb76484accc56bce0c3 (diff) | |
download | drakx-backup-do-not-use-2f45ca11b6e3f1e74f2ba8a7bf65ca37b2c9bd08.tar drakx-backup-do-not-use-2f45ca11b6e3f1e74f2ba8a7bf65ca37b2c9bd08.tar.gz drakx-backup-do-not-use-2f45ca11b6e3f1e74f2ba8a7bf65ca37b2c9bd08.tar.bz2 drakx-backup-do-not-use-2f45ca11b6e3f1e74f2ba8a7bf65ca37b2c9bd08.tar.xz drakx-backup-do-not-use-2f45ca11b6e3f1e74f2ba8a7bf65ca37b2c9bd08.zip |
*** empty log message ***
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 e673e40e9..d64272c97 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -48,7 +48,7 @@ my @installSteps = ( formatPartitions => [ __("Format partitions"), 1, -1, 0, "partitionDisks" ], choosePackages => [ __("Choose packages to install"), 1, 1, 1, "selectPath" ], doInstallStep => [ __("Install system"), 1, -1, 0, ["formatPartitions", "selectPath"] ], - miscellaneous => [ __("Miscellaneous"), 1, 1, 1 ], + miscellaneous => [ __("Miscellaneous"), 1, 1, 1 , "formatPartitions" ], configureNetwork => [ __("Configure networking"), 1, 1, 1, "formatPartitions" ], configureTimezone => [ __("Configure timezone"), 1, 1, 0, "doInstallStep" ], #- configureServices => [ __("Configure services"), 0, 0, 0 ], |