On Thu, Mar 23, 2017 at 02:37:48PM +0100, Michael Biebl wrote: > > In Debian, we don't enable the systemd-vconsole component [1].
This is good, but... > So there should be no console configuration happening from systemd's > side. ...suppose udev creates a new console. Then it has to be initialized with some font, hasn't it? From my tests it seems that the font used for this initialization is the same as the font used on the current console. Isn't it possible that sometimes this font is set only _after_ udev has started the script cached_setup_font.sh by the following rule ACTION=="add", SUBSYSTEM=="vtconsole", KERNEL=="vtcon*", RUN+="/etc/console-setup/cached_setup_font.sh" however the font of the current console is read _before_ the script cached_setup_font.sh has had a chance to configure the font? Anton Zinoviev