summaryrefslogtreecommitdiffstats
path: root/anaconda.spec.in
diff options
context:
space:
mode:
authorVratislav Podzimek <vpodzime@redhat.com>2012-08-20 16:21:14 +0200
committerVratislav Podzimek <vpodzime@redhat.com>2012-09-05 12:11:16 +0200
commit34ed89a5d96ce3f9ac617349b6ffb6904dd62248 (patch)
treef56f29ae7f07d90493a6419cfa62d48461f7de6e /anaconda.spec.in
parentf44269fb1995d73cdef11528a40b2726fc9f6308 (diff)
downloadanaconda-34ed89a5d96ce3f9ac617349b6ffb6904dd62248.tar.gz
anaconda-34ed89a5d96ce3f9ac617349b6ffb6904dd62248.tar.xz
anaconda-34ed89a5d96ce3f9ac617349b6ffb6904dd62248.zip
Use chvt command for tty switching
isys.vtActivate is problematic when using tmux, chvt command works well and we use it so rarely that it should be okay to call an external command.
Diffstat (limited to 'anaconda.spec.in')
-rw-r--r--anaconda.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index eb9b8ea6a..25617f4fc 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -164,6 +164,7 @@ Requires: dhclient
Requires: anaconda-yum-plugins
Requires: libselinux-python >= %{libselinuxver}
Requires: fcoe-utils >= %{fcoeutilsver}
+Requires: kbd
%ifarch %{sparc}
Requires: elftoaout piggyback
%endif