summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-03-02 22:40:02 +0000
committerErik Troan <ewt@redhat.com>2000-03-02 22:40:02 +0000
commit9cb93a3684bb59f04a4c25274562cfb737dda960 (patch)
tree29d60c455409d32e4806af14e9ba3940cb2f7a7e /text.py
parentba78d36f899800a86f241c1580b23dd75f752748 (diff)
downloadanaconda-9cb93a3684bb59f04a4c25274562cfb737dda960.tar.gz
anaconda-9cb93a3684bb59f04a4c25274562cfb737dda960.tar.xz
anaconda-9cb93a3684bb59f04a4c25274562cfb737dda960.zip
don't display stderr of loadkeys in reconfig mode
Diffstat (limited to 'text.py')
-rw-r--r--text.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/text.py b/text.py
index 5bad46ea1..cd607837a 100644
--- a/text.py
+++ b/text.py
@@ -179,7 +179,8 @@ class KeyboardWindow:
if not todo.serial:
if todo.reconfigOnly:
iutil.execWithRedirect ("/bin/loadkeys",
- ["/bin/loadkeys", keyboards[choice]])
+ ["/bin/loadkeys", keyboards[choice]],
+ stderr = "/dev/null")
else:
try:
isys.loadKeymap(keyboards[choice])