diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2000-06-04 22:17:20 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2000-06-04 22:17:20 +0000 |
commit | a8713247655b192731b01795997f1b2155a4a5fa (patch) | |
tree | b98f94989a3010ec8c9a72e333bdfc8e90cbe9bf /perl-install/install_steps.pm | |
parent | 608910287aa9c207da533a83d20fd8d6cc085823 (diff) | |
download | drakx-backup-do-not-use-a8713247655b192731b01795997f1b2155a4a5fa.tar drakx-backup-do-not-use-a8713247655b192731b01795997f1b2155a4a5fa.tar.gz drakx-backup-do-not-use-a8713247655b192731b01795997f1b2155a4a5fa.tar.bz2 drakx-backup-do-not-use-a8713247655b192731b01795997f1b2155a4a5fa.tar.xz drakx-backup-do-not-use-a8713247655b192731b01795997f1b2155a4a5fa.zip |
added a function to change console font
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 9e2486d70..21b8b6dd4 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -90,6 +90,8 @@ sub selectLanguage { lang::set($o->{lang}); $o->{langs} ||= [ $o->{lang} ]; + lang::load_console_font($o->{lang}); + if ($o->{keyboard_unsafe} || !$o->{keyboard}) { $o->{keyboard_unsafe} = 1; $o->{keyboard} = keyboard::lang2keyboard($o->{lang}); |