diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-05-30 07:10:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-05-30 07:10:38 +0000 |
commit | 9f3b3f4ce35f06fc506cf926fe99a19c612e25e0 (patch) | |
tree | d5ac81294e9f27aa20a16a98629b69279d2021c5 | |
parent | eb79ade857b72983906dd1ae76c17fc8215e4ce9 (diff) | |
download | drakx-backup-do-not-use-9f3b3f4ce35f06fc506cf926fe99a19c612e25e0.tar drakx-backup-do-not-use-9f3b3f4ce35f06fc506cf926fe99a19c612e25e0.tar.gz drakx-backup-do-not-use-9f3b3f4ce35f06fc506cf926fe99a19c612e25e0.tar.bz2 drakx-backup-do-not-use-9f3b3f4ce35f06fc506cf926fe99a19c612e25e0.tar.xz drakx-backup-do-not-use-9f3b3f4ce35f06fc506cf926fe99a19c612e25e0.zip |
don't skip selectLanguage, selectKeyboard and miscellaneous by default in drakx-in-chroot
-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 59feffbcd..84f718c3b 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -448,7 +448,7 @@ sub main { } if ($::local_install) { push @auto, - 'selectLanguage', 'selectKeyboard', 'miscellaneous', +# 'selectLanguage', 'selectKeyboard', 'miscellaneous', 'selectInstallClass', 'doPartitionDisks', 'formatPartitions', 'setupBootloader'; fs::mount_usbfs(''); #- do it now so that when_load doesn't do it } |