On 26/12/2009 17:39, Eric Valette wrote:
Here are the buggy lines in keymap.sh
# If setupcon is present, then we've been superseded by console-setup.
if type setupcon >/dev/null 2>&1; then
exit 0
fi
because console-setup is run tto late in case of voluntary single mode
or failure during file system checks.
--eric