summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}