summaryrefslogtreecommitdiffstats
path: root/loader/lang.c
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-26 04:01:21 +0000
committerMatt Wilson <msw@redhat.com>1999-09-26 04:01:21 +0000
commit8726a775adc2c7c33c74b667a59be3db27182455 (patch)
treeef91def44c49f4303c4ed5b33ed56a9e18924ef2 /loader/lang.c
parent9347501fb9c7ad9f8d11385de8ad34fb7c74a333 (diff)
downloadanaconda-8726a775adc2c7c33c74b667a59be3db27182455.tar.gz
anaconda-8726a775adc2c7c33c74b667a59be3db27182455.tar.xz
anaconda-8726a775adc2c7c33c74b667a59be3db27182455.zip
languages
Diffstat (limited to 'loader/lang.c')
-rw-r--r--loader/lang.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/loader/lang.c b/loader/lang.c
index c1352bd6b..4b0fdeb63 100644
--- a/loader/lang.c
+++ b/loader/lang.c
@@ -269,10 +269,14 @@ struct defaultKeyboardByLang {
char * lang, * keyboard;
} defaultKeyboards[] = {
{ "de", "de-latin1" },
- { "fi", "fi-latin1" },
- { "se", "se-latin1" },
- { "no", "no-latin1" },
{ "cs", "cz-lat2" },
+ { "fi", "fi-latin1" },
+ { "hu", "hu" },
+ { "is", "is-latin1" },
+ { "it", "it" },
+ { "no", "no-latin1" },
+ { "ru", "ru" },
+ { "se", "se-latin1" },
{ "tr", "trq" },
{ NULL, NULL } };