summaryrefslogtreecommitdiffstats
path: root/loader2
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-17 23:07:15 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-17 23:07:15 +0000
commit5e3e87a67ddef9ba82f4e0fd4c2bd70fb4aa5d9f (patch)
tree81fd0722b36fe75c2cfc858892a2442bf93b5dc4 /loader2
parent1c9a0ab4c85ab5d2f2820002dc82f9f1ac7ae047 (diff)
only set the unicode keymap up once. if we do it while X is running,
Bad Things (tm) happen
Diffstat (limited to 'loader2')
-rw-r--r--loader2/loader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader2/loader.c b/loader2/loader.c
index f4869e497..ddcb72d02 100644
--- a/loader2/loader.c
+++ b/loader2/loader.c
@@ -190,6 +190,7 @@ void initializeConsole(moduleList modLoaded, moduleDeps modDeps,
printf("\033%%G");
fflush(stdout);
isysLoadFont();
+ isysSetUnicodeKeymap();
}
static void spawnShell(int flags) {