chiark / gitweb /
vconsole: default to the kernel compiled-in keymap
[elogind.git] / src / vconsole / vconsole-setup.c
index 1227b041d339c785cd32b6708354a364c02434dd..a652ec2b1a1b5b92061ef001c4ef21b4834f5736 100644 (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) {