diff options
author | Francois Pons <fpons@mandriva.com> | 2003-09-16 14:08:12 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-09-16 14:08:12 +0000 |
commit | 3825e420718c0f6e30973ccd2f231a187a7119f6 (patch) | |
tree | b70f3470758974f99f6087f51bb2ee80e1246bc6 | |
parent | 7d9f130feb3998af783061cb161f29f3c49b5240 (diff) | |
download | drakx-backup-do-not-use-3825e420718c0f6e30973ccd2f231a187a7119f6.tar drakx-backup-do-not-use-3825e420718c0f6e30973ccd2f231a187a7119f6.tar.gz drakx-backup-do-not-use-3825e420718c0f6e30973ccd2f231a187a7119f6.tar.bz2 drakx-backup-do-not-use-3825e420718c0f6e30973ccd2f231a187a7119f6.tar.xz drakx-backup-do-not-use-3825e420718c0f6e30973ccd2f231a187a7119f6.zip |
made mouse, keyboard, packages selection, timezone and security selection automatic...
-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 5eb4c0a17..e2d4b6368 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -570,7 +570,7 @@ sub main { push @auto, 'selectInstallClass', 'doPartitionDisks', 'choosePackages', 'configureTimezone', 'exitInstall'; } if ($::recovery) { - push @auto, 'selectLanguage', 'selectInstallClass', 'doPartitionDisks', 'formatPartitions'; + push @auto, 'selectLanguage', 'selectInstallClass', 'selectMouse', 'selectKeyboard', 'doPartitionDisks', 'formatPartitions', 'miscellaneous', 'choosePackages', 'configureTimezone'; } foreach (@auto) { |