On Sat, Mar 26, 2016 at 12:53:45AM -0300, Felipe Sateler wrote: > > The cached scripts rely on the compiled keyboard maps to be present in > /tmp (presumably by having being saved by setupcon -k).
Hm, this is totaly unexpected. Normally the cached scripts rely on compiled keyboard maps in /etc. The only reason I can see the cached scripts rely on maps in /tmp is that /etc/ was read-only when `setupcon --save-only` was executed by /etc/init.d/console-setup.sh or `dpkg-reconfigure`. The cached scripts should never rely on files in /tmp and this is a bug I will have to fix somehow. However, an important question we have to investigate here is this: why in your system the cached scripts rely on files in /tmp. Anton Zinoviev