From 86d8d93750b2173c59e1e6f2a6c5ffde2646b1f4 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 4 Oct 2000 17:37:41 +0000 Subject: *** empty log message *** --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 30c60a8ef..f51a149cf 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -92,7 +92,7 @@ sub selectLanguage { if ($o->{keyboard_unsafe} || !$o->{keyboard}) { $o->{keyboard_unsafe} = 1; $o->{keyboard} = keyboard::lang2keyboard($o->{lang}); - selectKeyboard($o); + selectKeyboard($o) unless $::live; } } #------------------------------------------------------------------------------ -- cgit v1.2.1