vconsole: default to the kernel compiled-in keymap

No longer override the default kernel keymap if nothing is specified in
    vconsole.conf.

    The default should be to do nothing (i.e., use what is already in the
    kernel) unless the distro/admin has explicitly requested it.
This commit is contained in:
Tom Gundersen 2012-10-03 15:57:40 +02:00 committed by Kay Sievers
parent f51356b462
commit 8d789b905d
1 changed files with 0 additions and 7 deletions

View File

@ -214,13 +214,6 @@ int main(int argc, char **argv) {
utf8 = is_locale_utf8();
vc_keymap = strdup("us");
if (!vc_keymap) {
log_error("Failed to allocate string.");
goto finish;
}
r = 0;
if (detect_container(NULL) <= 0) {