when running anaconda (kickstart) over a serial linedisplay (two line
output device) loadkeys does not function. The output of anaconda is
writing to /dev/console, which is achieved by kernel parameter
"console=ttyS1". If user input is needed (ks.cfg-%pre) the layout of the
keyboard does not match the settings in ks.cfg. Obviously the loadkeys
of anaconda does not function correctly if the output is a serial port.
This patch fixes this by not using /dev/console, but /dev/tty0 (the
master-tty).
The same problem might occur with to isys/lang.c:isysSetUnicodeKeymap().
This patch is tested on anaconda-10.x with different output devices
(serial/cmdline, TUI and GUI).
Regards,
Niels
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
07-17-2008, 04:01 PM
Jeremy Katz
fix loadkeys on serial console
On Thu, 2008-07-17 at 16:46 +0200, Niels de Vos wrote:
> This patch is tested on anaconda-10.x with different output devices
> (serial/cmdline, TUI and GUI).
Looks okay; applied, thanks
Jeremy
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list