Hi Achim,
On Sat, Jun 06, 2009 at 10:34:43PM +0200, Achim Schaefer wrote:
> I installed the kbd package, and startet the init script, but it did not set
> any font.
> So I cheked the init script and found this:
> # diff /tmp/console-screen.kbd.sh /etc/init.d/console-screen.kbd.sh
> 123c123
> < if [ -n "${HAVE_SETUPCON}" -a -n "${CONSOLE_FONT}" ]; then
> ---
> > if [ -z "${HAVE_SETUPCON}" -a "${CONSOLE_FONT}" ]; then
> data:~#
>
> At least my version sets the fonts, so this might be more correct?No, console-screen.kbd.sh works as intended. Your confusion stems from the fact that it doesn’t do any font setup because console-setup is installed on your system; kbd decides to stay away from your console configuration because of that. Try “dpkg-reconfigure console-setup” or modify /etc/default/console-setup. I’ll consider adding an explanatory line to the output of the init script. Cheers, -- Michael Schutte <[email protected]>
signature.asc
Description: Digital signature

