[master/f20-branch][PATCH] Do not write out the vconsole.keymap boot option (#1035316)

Vratislav Podzimek vpodzime at redhat.com
Wed Nov 27 14:51:53 UTC 2013


It no longer does any good and just causes potential problems with changing
VConsole keymap in the configuration file and regenerating initrd.img with
dracut.

Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 pyanaconda/keyboard.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pyanaconda/keyboard.py b/pyanaconda/keyboard.py
index 2bfdb00..99b4f64 100644
--- a/pyanaconda/keyboard.py
+++ b/pyanaconda/keyboard.py
@@ -263,11 +263,7 @@ def dracut_setup_args(keyboard):
 
     """
 
-    if not keyboard.vc_keymap:
-        populate_missing_items(keyboard)
-
     args = set()
-    args.add("vconsole.keymap=%s" % keyboard.vc_keymap)
     args.add("vconsole.font=%s" % DEFAULT_VC_FONT)
 
     return args
-- 
1.8.4.2



More information about the anaconda-patches mailing list