Hi, Samuel Thibault (2016/01/18 09:12 +0100): > Control: reassign -1 console-setup > Control: merge -1 759657 > > Sebastien Hinderer, on Mon 18 Jan 2016 07:05:51 +0100, wrote: > > Virtual consoles of 25x80 are more comfortable for me so these settings > > appear in /etc/default/console-setup: > > > > SCREEN_WIDTH=80 > > SCREEN_HEIGHT=25 > > > > However at boot time these settings are not taken into account and I > > have to run setupcon manually. > > This is most probably a duplicate of 759657 ("console-setup w/ systemd > forgets font setting"), try to add > > ACTION=="add", SUBSYSTEM=="vtconsole", KERNEL=="vtcon*", RUN+="/bin/setupcon" > > to a new /etc/udev/rules.d/90-setupcon.rules file
Yeah that works for me, thanks! Shérab.