From 6c301e1487a9a0130a6081fdb4f9b16cf7cf16a2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 24 Feb 2001 20:52:07 +0000 Subject: move writing to config files from install2::selectKeyboard to install_steps --- perl-install/install2.pm | 9 --------- 1 file changed, 9 deletions(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 741ff15b8..c168b7299 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -172,15 +172,6 @@ sub selectKeyboard { return if !$::expert && !$clicked; $o->selectKeyboard($clicked); - - #- if we go back to the selectKeyboard, you must rewrite - 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; } #------------------------------------------------------------------------------ -- cgit v1.2.1