summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-10-04 17:37:41 +0000
committerFrancois Pons <fpons@mandriva.com>2000-10-04 17:37:41 +0000
commit86d8d93750b2173c59e1e6f2a6c5ffde2646b1f4 (patch)
tree637eb413ea08836d3ca5810e9a7afc45f26a5692 /perl-install/install_steps.pm
parente03801cf2e0d52fd33506b8453efb191af1f8827 (diff)
downloaddrakx-backup-do-not-use-86d8d93750b2173c59e1e6f2a6c5ffde2646b1f4.tar
drakx-backup-do-not-use-86d8d93750b2173c59e1e6f2a6c5ffde2646b1f4.tar.gz
drakx-backup-do-not-use-86d8d93750b2173c59e1e6f2a6c5ffde2646b1f4.tar.bz2
drakx-backup-do-not-use-86d8d93750b2173c59e1e6f2a6c5ffde2646b1f4.tar.xz
drakx-backup-do-not-use-86d8d93750b2173c59e1e6f2a6c5ffde2646b1f4.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
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;
}
}
#------------------------------------------------------------------------------