summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2008-08-07 17:44:01 +0100
committerChris Lumens <clumens@redhat.com>2008-08-08 13:32:49 -0400
commit64625b8ba5318b2cc2d8ce7fc273102b2ce23ffc (patch)
tree73a4d3eb485165d53e7af7dee2fd835152419b8c /isys
parentcecfa4d69ff7609dac5dba72f9b66264b2f48f1f (diff)
downloadanaconda-64625b8ba5318b2cc2d8ce7fc273102b2ce23ffc.tar.gz
anaconda-64625b8ba5318b2cc2d8ce7fc273102b2ce23ffc.tar.xz
anaconda-64625b8ba5318b2cc2d8ce7fc273102b2ce23ffc.zip
lang: kill xen keymap hack
No idea whether this code will work with current pv_ops xen kernels, but we don't have /proc/xen currently, so the workaround won't work anyway. Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Diffstat (limited to 'isys')
-rw-r--r--isys/lang.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/isys/lang.c b/isys/lang.c
index 715f5e160..b6e2a36ee 100644
--- a/isys/lang.c
+++ b/isys/lang.c
@@ -113,8 +113,6 @@ int loadKeymap(gzFile stream) {
#endif
if (isVioConsole())
return 0;
- if (!access("/proc/xen", R_OK)) /* xen can't load keymaps */
- return 0;
/* assume that if we're already on a pty loading a keymap is silly */
fstat(0, &sb);