diff options
author | Tom Gundersen <teg@jklm.no> | 2012-10-03 15:57:40 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-10-03 15:57:40 +0200 |
commit | 8d789b905dba8aebd30238520b6ad52fb866af95 (patch) | |
tree | 3ca27dfcbf6b5468f2ea5af03f986a54c567d7fa /src/vconsole | |
parent | f51356b4628822a58ddecd217b0e5e079e39499e (diff) |
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.
Diffstat (limited to 'src/vconsole')
-rw-r--r-- | src/vconsole/vconsole-setup.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/vconsole/vconsole-setup.c b/src/vconsole/vconsole-setup.c index 1227b041d3..a652ec2b1a 100644 --- a/src/vconsole/vconsole-setup.c +++ b/src/vconsole/vconsole-setup.c @@ -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) { |