summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-09-06 16:18:42 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-09-06 16:18:42 +0000
commit02c4150b64f6c76c8e5282b4ead401c05422bcba (patch)
tree5d16a81deb0c772df70790e85f84b7031514a83e /perl-install/install2.pm
parent4967f59d7ab44e955a12ecb9d9797d04c02fccc6 (diff)
downloaddrakx-02c4150b64f6c76c8e5282b4ead401c05422bcba.tar
drakx-02c4150b64f6c76c8e5282b4ead401c05422bcba.tar.gz
drakx-02c4150b64f6c76c8e5282b4ead401c05422bcba.tar.bz2
drakx-02c4150b64f6c76c8e5282b4ead401c05422bcba.tar.xz
drakx-02c4150b64f6c76c8e5282b4ead401c05422bcba.zip
fix keyboard config + some cleanup
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index d342ae0eb..8bc57a176 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -91,14 +91,6 @@ sub selectLanguage {
my ($clicked, $ent_number, $auto) = @_;
installStepsCall($o, $auto, 'selectLanguage', $ent_number == 1);
-
- addToBeDone {
- lang::write_langs($o->{prefix}, $o->{langs});
- } 'formatPartitions' unless $::g_auto_install;
- addToBeDone {
- lang::write($o->{prefix}, $o->{lang});
- keyboard::write($o->{prefix}, $o->{keyboard}, lang::lang2charset($o->{lang}));
- } 'installPackages' unless $::g_auto_install;
}
#------------------------------------------------------------------------------