On Fri, Mar 02, 2012 at 10:14:31PM +0100, Robert Millan wrote:
> 
> So what do you suggest exactly?  That we drop 
> /usr/share/syscons/keymaps/* and use the ones from console-setup?

The following is what /etc/init.d/kbd does for Linux:

if which setupcon >/dev/null
then
    HAVE_SETUPCON=yes
fi

if [ -z "${HAVE_SETUPCON}" -a some_other_tests ]; then
   configure kbd & font without console-setup
fi

[ -z "$HAVE_SETUPCON" ] \
|| log_action_msg "Skipping font and keymap setup (handled by console-setup)"

> (are they _really_ compatible?)

They have to be compatible.  In case they are not, please fill a bug 
report.

Anton Zinoviev




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to