summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-07-01 04:02:50 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-07-01 04:02:50 +0000
commit32972f9ae514f69cdd6ee1ad245826cb91f6798c (patch)
treeacd6ad0c8166e3c3a0b0ed0fcb5fb1e2ca458618 /perl-install/lang.pm
parentcf7189c512a48792ca16d69dcf15bc41b906554e (diff)
downloaddrakx-backup-do-not-use-32972f9ae514f69cdd6ee1ad245826cb91f6798c.tar
drakx-backup-do-not-use-32972f9ae514f69cdd6ee1ad245826cb91f6798c.tar.gz
drakx-backup-do-not-use-32972f9ae514f69cdd6ee1ad245826cb91f6798c.tar.bz2
drakx-backup-do-not-use-32972f9ae514f69cdd6ee1ad245826cb91f6798c.tar.xz
drakx-backup-do-not-use-32972f9ae514f69cdd6ee1ad245826cb91f6798c.zip
default consolefont is lat0-16, no more lat0-sun16
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index 35d4bdf48..c049af690 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -1132,7 +1132,7 @@ sub load_console_font {
require run_program;
run_program::run(if_($ENV{LD_LOADER}, $ENV{LD_LOADER}),
- 'consolechars', '-v', '-f', $name || 'lat0-sun16',
+ 'consolechars', '-v', '-f', $name || 'lat0-16',
if_($sfm, '-u', $sfm), if_($acm, '-m', $acm));
#- in console mode install, ensure we'll get translations in the right codeset