summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-05-30 07:10:38 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-05-30 07:10:38 +0000
commit9f3b3f4ce35f06fc506cf926fe99a19c612e25e0 (patch)
treed5ac81294e9f27aa20a16a98629b69279d2021c5 /perl-install/install2.pm
parenteb79ade857b72983906dd1ae76c17fc8215e4ce9 (diff)
downloaddrakx-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
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm2
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
}