16 Oct
2012
16 Oct
'12
10:07 p.m.
On Tue, Oct 16, 2012 at 2:58 PM, jambov <jambov1@yahoo.com> wrote:
I found some kind of ugly workaround, by putting setfont Cyr_a8x16 -m cp1251 in ~/.bashrc ; however the question why systemd-vconsole-setup does not affect the rest of the ttys at startup still remains...
Probably what happens is that systemd-vconsole-setup is ran before your graphics modules are inserted, and when they are inserted the settings are reset. If this is the case you could either put your graphics modules in your initramfs, or you could manually put After= and Wants= systemd-udev-settle.service in systemd-vconsole-setup.service (meaning it will only be ran after all the modules have finished loading). -t