summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--lib/keyboard.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c0f2891..a5b04d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+- do not run setxkbmap during text install
- handle drivers needing SSE
- handle drivers needing firmware (mga#1471, mga#3421)
diff --git a/lib/keyboard.pm b/lib/keyboard.pm
index 6da515e..2125d83 100644
--- a/lib/keyboard.pm
+++ b/lib/keyboard.pm
@@ -590,7 +590,7 @@ sub setup_install {
} else {
log::l("ERROR: can not load keymap");
}
- setup_install_X11($keyboard);
+ setup_install_X11($keyboard) if $::o->{interactive} ne "curses";
}
sub setup_install_X11 {