From 34ed89a5d96ce3f9ac617349b6ffb6904dd62248 Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Mon, 20 Aug 2012 16:21:14 +0200 Subject: 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. --- anaconda.spec.in | 1 + 1 file changed, 1 insertion(+) (limited to 'anaconda.spec.in') 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 -- cgit