Skip to content

redhat/configs: reenable AT keyboard and PS/2 mouse for qemu

Upstream Status: RHEL Only JIRA: https://issues.redhat.com/browse/RHEL-9730

When starting the automotive sample images in qemu like so:

runvm cs9-qemu-developer-regular.x86_64.qcow2

the keyboard does not work as expected. However, starting the image this way works in the terminal:

runvm --nographics cs9-qemu-developer-regular.x86_64.qcow2

Reenable the AT keyboard (plus dependencies) and PS/2 mouse to get this working again.

Signed-off-by: Brian Masney bmasney@redhat.com Fixes: 6b1d273d ("redhat/configs: clean up the automotive builtin and initrd modules")

Merge request reports